awema-pl/module-assets is a Laravel package for loader assets from modules..
It currently has 0 GitHub stars and 63 downloads on Packagist (latest version v1.0.11).
Install it with composer require awema-pl/module-assets.
Discover more Laravel packages by awema-pl
or browse all Laravel packages to compare alternatives.
Last updated
Loader assets from modules.
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
This package can be used in Laravel 5.7 or higher.
You can install the package via composer:
$ composer require awema-pl/module-assets
You can publish the config file with:
php artisan vendor:publish --provider="AwemaPL\Assets\AssetsServiceProvider" --tag="config"