Assets Versions Save

An ultra-simple-to-use assets management library for PHP

0.2.0

4 years ago

Update mrclay/minify to version 3

0.1.11

6 years ago

Added support for adding assets at the beginning of the queue

0.1.10

6 years ago

Added support for Laravel 5.5 Package Auto Discovery feature

0.1.9

7 years ago

Added options to provide your own CSS/JS minifiers

0.1.8

8 years ago

Updated legacy artisan command for people still using Laravel 4.x

0.1.7

8 years ago

Updated legacy service provider for people still using Laravel 4.x

0.1.6

8 years ago

Fixed problem with artisan command and multitenancy

0.1.5

8 years ago

Added multitenancy feature for Laravel >= 5

0.1.4

8 years ago

Added no_minification_regex config option to exclude desired assets from minification

0.1.3

8 years ago

Refactored pipeline config option. Now it accepts an 'auto' value that will use your local assets last modification time as the pipeline hash salt. More info