The Laravel Assets package has a few system requirements:
- PHP >= 7.1.3
- ext-json
You need also to install Yarn version >= 1.0
.
LaravelAssets | Laravel |
---|---|
You can install this package via Composer by running this command: composer require arcanedev/laravel-assets --dev
.
To publish the config file, run this command:
php artisan vendor:publish --provider="Arcanedev\Assets\AssetsServiceProvider"