sprigs / module-creator
A laravel command for module creation
Installs: 2 119
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:project
Requires
- php: ^7.3|^7.4|^8.0|^8.1|^8.2
- illuminate/console: ^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/contracts: ^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/filesystem: ^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
- illuminate/support: ^5.8.15|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
Requires (Dev)
- phpunit/phpunit: ^8.4|^9.0|^10.0|^11.0
README
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.