lamotivo / assets
A Laravel asset manager
v1.5.1
2025-01-25 06:46 UTC
Requires
- php: >=7.0
- illuminate/support: ^5.4 | ^6.2 | ^7.0 | ^8.0 | 9.* | 10.* | 11.*
- scssphp/scssphp: ^1.6 | ^2.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