Nova Packager is a newer version of NovaModules, created for Nova 4.0.
With Nova Packager you can create modules inside your Laravel Nova application and have different folders for each module.
composer required c-cast/nova-packager
You can easily create a new package using the artisan command:
php artisan nova-packager:create {package}
If you want change some configurations in config file you can publish config file:
php artisan vendor:publish --tag=nova-packager
Here is the list of available features:
- Action
- Card
- Custom Filter
- Dashboard
- Field
- Filter
- Lens
- Metrics (Partition / Value / Trend / Progress)
- Migration
- Model
- Policy
- Resource
- Resource Tool
- Service Provider
- Tool
The MIT License (MIT). Please see License File for more information.
This package is a newer version of mycmdev/nova-modules that i'm not going to update anymore.