trasel / laravel-structure-generator
Package to generate Services and Repositories or complete Repositories/Services/Controllers structure in Laravel
Installs: 226
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/trasel/laravel-structure-generator
Requires
- php: ^8.1
- illuminate/console: ^9.0|^10.0|^11.0|^12.0
- illuminate/support: ^9.0|^10.0|^11.0|^12.0
README
Requirements
- php: ^8.1
- Laravel: ^9.0
Install
composer require trasel/laravel-structure-generator
Ways of use
| Command | Descrição |
|---|---|
php artisan make:service ServiceName |
It will generate the directory and file with the service |
php artisan make:repository RepositoryName |
It will generate the directory and file with the Repository |
php artisan make:structure StructureName |
Generate directories, files and auto imports with Controller/Service/Repository |