dev-master
9999999-devSuffixes assets with a query string to bust the browser cache.
MIT
The Requires
- php >=5.3.0
- illuminate/support 4.*
by Tom Schlick
laravel cdn assets laravel4
Suffixes assets with a query string to bust the browser cache.
A simple package to help bust caches with a query string & rewrite urls to a cdn., (*2)
Register the service provider in app.php, (*3)
'RunMyBusiness\Assets\SimpleassetsServiceProvider',
Add an alias if you want, (*4)
'Asset' => 'RunMyBusiness\Assets\Facades\SimpleAssets',
Suffixes assets with a query string to bust the browser cache.
MIT
laravel cdn assets laravel4