awema-pl / module-assets
Loader assets from modules.
Package info
github.com/awema-pl/module-assets
Language:JavaScript
pkg:composer/awema-pl/module-assets
v1.0.11
2021-12-15 17:27 UTC
Requires
- ext-fileinfo: *
- illuminate/support: ~5|~6|~7|~8|~9
README
Assets
Loader assets from modules.
Documentation
NPM scripts
Development mode npm run watch or simply npm start
Development mode for IE npm run watch:legacy
Production build npm run build
Installation
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"