2017 © Pedro Peláez
 

library laravel-simpleassets

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

image

runmybusiness/laravel-simpleassets

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

  • Monday, August 24, 2015
  • by tomschlick
  • Repository
  • 3 Watchers
  • 3 Stars
  • 343 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 7 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status StyleCI Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

Simple Assets

A simple package to help bust caches with a query string & rewrite urls to a cdn., (*2)

Installation

Register the service provider in app.php, (*3)

'RunMyBusiness\Assets\SimpleassetsServiceProvider',

Add an alias if you want, (*4)

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

The Versions

24/08 2015

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

 

laravel cdn assets laravel4