Download the PHP package trasel/laravel-structure-generator without Composer
On this page you can find all versions of the php package trasel/laravel-structure-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download trasel/laravel-structure-generator
More information about trasel/laravel-structure-generator
Files in trasel/laravel-structure-generator
Download trasel/laravel-structure-generator
More information about trasel/laravel-structure-generator
Files in trasel/laravel-structure-generator
Vendor trasel
Package laravel-structure-generator
Short Description Package to generate Services and Repositories or complete Repositories/Services/Controllers structure in Laravel
License MIT
Package laravel-structure-generator
Short Description Package to generate Services and Repositories or complete Repositories/Services/Controllers structure in Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-structure-generator
Laravel-Structure-Generator
Requirements
- php: ^8.1
- Laravel: ^9.0
Install
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 |
Usage example
All versions of laravel-structure-generator with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
The package trasel/laravel-structure-generator contains the following files
Loading the files please wait ....