maka/less4laravel
Composer 安装命令:
composer require maka/less4laravel
包简介
jtgrimes/less4laravel package transition leafo/lessphp to oyejorge/less.php
README 文档
README
This is an alternative issue to use oyejorge/less.php instead of leafo/lessphp with this package jtgrimes/less4laravel https://github.com/jtgrimes/less4laravel
Usage is same
All Changes here :
Installation
Add maka\less4laravel as a requirement to composer.json:
{ "require": { "Maka/less4laravel": "dev-master" } }
Update your packages with composer update or install with composer install.
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:
'Maka\Less4laravel\LessServiceProvider'
In the aliases section, add:
'Less' => 'Maka\Less4laravel\LessFacade'
Configuration
In order to work with the configuration file, you're best off publishing a copy with Artisan:
$ php artisan config:publish maka/less4laravel
统计信息
- 总下载量: 42
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-01-23