Looking to hire Laravel developers? Try LaraJobs

laravel-simpleassets maintained by runmybusiness

Description
Suffixes assets with a query string to bust the browser cache.
Author
Last update
2015/08/24 00:18 (dev-master)
License
Links
Downloads
348
Tags

Comments
comments powered by Disqus

Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version License

Simple Assets

A simple package to help bust caches with a query string & rewrite urls to a cdn.

#Installation

Register the service provider in app.php

'RunMyBusiness\Assets\SimpleassetsServiceProvider',

Add an alias if you want

'Asset' 			=> 'RunMyBusiness\Assets\Facades\SimpleAssets',