cohensive/asset

Assets manager for Laravel.

Maintainers

Package info

github.com/KaneCohen/laravel-assets

Homepage

pkg:composer/cohensive/asset

Statistics

Installs: 4 310

Dependents: 0

Suggesters: 0

Stars: 0

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

This package is not auto-updated.

Last update: 2026-02-27 19:32:46 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