Download the PHP package fidum/nova-package-bundler-command without Composer
On this page you can find all versions of the php package fidum/nova-package-bundler-command. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download fidum/nova-package-bundler-command
More information about fidum/nova-package-bundler-command
Files in fidum/nova-package-bundler-command
Package nova-package-bundler-command
Short Description Improves Laravel Nova initial load speeds by combining all third party package assets into a single file.
License MIT
Homepage https://github.com/fidum/nova-package-bundler-command
Informations about the package nova-package-bundler-command
Improves Laravel Nova initial load speeds by combining all third party package assets into a single file.
Installation
You can install the package via composer:
You can publish the config file with:
Click here to see the contents of the config file.
You should read through the config, which serves as additional documentation and make changes as needed.
Update Nova configuration file in config/nova.php
. Add the OverrideNovaPackagesMiddleware
to the middleware
option after BootTools
:
Usage
Run the below command whenever you upgrade your third party nova packages. This should output the files configured above, you should commit the files to your repo.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
- Dan Mason
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-package-bundler-command with dependencies
guzzlehttp/guzzle Version ^7.8
illuminate/contracts Version ^11.0|^12.0
laravel/nova Version ^4.22|^5.0
spatie/laravel-package-tools Version ^1.9.2