2017 © Pedro Peláez
 

library less4laravel

jtgrimes/less4laravel package transition leafo/lessphp to oyejorge/less.php

image

maka/less4laravel

jtgrimes/less4laravel package transition leafo/lessphp to oyejorge/less.php

  • Saturday, February 7, 2015
  • by maka
  • Repository
  • 1 Watchers
  • 0 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

jtgrimes/less4laravel Alternative

This is an alternative issue to use oyejorge/less.php instead of leafo/lessphp with this package jtgrimes/less4laravel https://github.com/jtgrimes/less4laravel, (*1)

Usage is same, (*2)

All Changes here :, (*3)

Installation

Add maka\less4laravel as a requirement to composer.json:, (*4)

{
    "require": {
        "Maka/less4laravel": "dev-master"
    }
}

Update your packages with composer update or install with composer install., (*5)

Once Composer has installed or updated your packages you need to register Less4Laravel with Laravel itself. Open up app/config/app.php and find the providers key towards the bottom and add:, (*6)

'Maka\Less4laravel\LessServiceProvider'

In the aliases section, add:, (*7)

'Less'  =>  'Maka\Less4laravel\LessFacade'

Configuration

In order to work with the configuration file, you're best off publishing a copy with Artisan:, (*8)

$ php artisan config:publish maka/less4laravel

The Versions

07/02 2015

dev-master

9999999-dev

jtgrimes/less4laravel package transition leafo/lessphp to oyejorge/less.php

  Sources   Download

MIT

The Requires

 

by Avatar maka

laravel less less4laravel