A Laravel command to generate a module based on our internal architecture.
This package requires PHP 7.2 and Laravel 5.8 or higher.
You can install this package via composer using:
composer require sprigs/module-creator
The package will automatically register its service provider.
Execute the command php artisan module:create
and follow the instructions.