dragonfire1119/asset
Composer 安装命令:
composer require dragonfire1119/asset
包简介
Laravel 4 Assets Manager
README 文档
README
A port of Laravel 3's Asset class. Made to work with Laravel 4. This was a fork from https://github.com/teepluss/laravel4-asset because it needed to be fixed were it's usable for Laravel 4.1.
#Laravel 4
Add to your composer.json file "require":
"dragonfire1119/asset": "dev-master"
Add the following to your app/config/app.php :
- Service Provider array
'Dragonfire1119\Asset\AssetServiceProvider', - Aliases array
'Asset' => 'Dragonfire1119\Asset\Facades\Asset',
Documentation
http://three.laravel.com/docs/views/assets
Contributing
If you have a idea on making this better feel free to fork it.
统计信息
- 总下载量: 7.21k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-01-27