cohensive/asset
最新稳定版本:v2.5.5
Composer 安装命令:
composer require cohensive/asset
包简介
Assets manager for Laravel.
README 文档
README
A simple assets manager for Laravel 5.
Notes
Latest supported version for Laravel 4 is 2.4.* (e.g v2.4.3)
Branch dev-master is for development and is unstable
Installation
Run the following command and provide the latest stable version (e.g v2.5.4) :
composer require roumen/asset
or add the following to your composer.json file :
"roumen/asset": "2.5.*"
Then register this service provider with Laravel :
'Roumen\Asset\AssetServiceProvider',
and add class alias for easy usage
'Asset' => 'Roumen\Asset\Asset',
Don't forget to use composer update and composer dump-autoload when is needed!
Examples
统计信息
- 总下载量: 4.09k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-02-05