lamotivo / assets
There is no license information available for the latest version (v1.3.1) of this package.
A Laravel asset manager
v1.3.1
2023-09-30 06:16 UTC
Requires
- php: >=7.0
- illuminate/support: ^5.4 | ^6.2 | ^7.0 | ^8.0 | ^9.0
- scssphp/scssphp: ~1.6.0
- tedivm/jshrink: ~1.3
- tubalmartin/cssmin: ~4.1.1
README
Introduction
A Laravel package to manage assets in your application.
Installation
composer require lamotivo/assets
Then, publish the config
php artisan vendor:publish --provider="Lamotivo\Assets\AssetServiceProvider" --tag=config