runmybusiness/laravel-simpleassets

This package is abandoned and no longer maintained. No replacement package was suggested.

Suffixes assets with a query string to bust the browser cache.

dev-master 2015-08-23 22:18 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:31:22 UTC


README

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',