dragonfire1119 / asset
Laravel 4 Assets Manager
Installs: 6 613
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: >=5.3.0
- illuminate/support: 4.x
- tedivm/jshrink: 0.5.*
This package is auto-updated.
Last update: 2024-10-23 03:53:38 UTC
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.