Package Data | |
---|---|
Maintainer Username: | dragonfire1119 |
Maintainer Contact: | packages@idragonmail.com (Dragonfire1119) |
Package Create Date: | 2014-01-27 |
Package Last Update: | 2014-01-27 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-14 15:11:29 |
Package Statistics | |
---|---|
Total Downloads: | 6,613 |
Monthly Downloads: | 56 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 1 |
Total Open Issues: | 0 |
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
:
'Dragonfire1119\Asset\AssetServiceProvider',
'Asset' => 'Dragonfire1119\Asset\Facades\Asset',
http://three.laravel.com/docs/views/assets
If you have a idea on making this better feel free to fork it.