awema-pl / module-assets
Loader assets from modules.
Installs: 59
Dependents: 13
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
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"