hnhdigital-os/laravel-assets

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

Assets manager for Laravel.

v2.5.6 2018-03-03 02:12 UTC

This package is auto-updated.

Last update: 2020-01-21 15:17:51 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