LaravelPackages.net
Acme Inc.
Toggle sidebar
c-cast/nova-packager

A package to modularize Laravel Nova 4

291
6
v1.0.7
About c-cast/nova-packager

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 by cCast

PHP from Packagist Packagist Packagist

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

License

The MIT License (MIT). Please see License File for more information.

Notes

This package is a newer version of mycmdev/nova-modules that i'm not going to update anymore.

Comments