roumen/asset

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

Assets manager for Laravel.

v2.5.5 2015-12-01 18:35 UTC

This package is not auto-updated.

Last update: 2022-02-01 12:25:48 UTC


README

Latest Stable Version Total Downloads Build Status License

A simple assets manager for Laravel 5.

Notes

Latest supported version for Laravel 4 is 2.4.* (e.g v2.4.3)

Branch dev-master is for development and is unstable

Installation

Run the following command and provide the latest stable version (e.g v2.5.4) :

composer require roumen/asset

or add the following to your composer.json file :

"roumen/asset": "2.5.*"

Then register this service provider with Laravel :

'Roumen\Asset\AssetServiceProvider',

and add class alias for easy usage

'Asset' => 'Roumen\Asset\Asset',

Don't forget to use composer update and composer dump-autoload when is needed!

Examples

Example usage and layout structure