c-cast/nova-packager is a Laravel package for a package to modularize laravel nova 4.
It currently has 6 GitHub stars and 291 downloads on Packagist (latest version v1.0.7).
Install it with composer require c-cast/nova-packager.
Discover more Laravel packages by c-cast
or browse all Laravel packages to compare alternatives.
Last updated
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:
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.