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