Download the PHP package nicolasalexandre9/handler-generator without Composer
On this page you can find all versions of the php package nicolasalexandre9/handler-generator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nicolasalexandre9/handler-generator
More information about nicolasalexandre9/handler-generator
Files in nicolasalexandre9/handler-generator
Download nicolasalexandre9/handler-generator
More information about nicolasalexandre9/handler-generator
Files in nicolasalexandre9/handler-generator
Vendor nicolasalexandre9
Package handler-generator
Short Description handler generator for laravel
License MIT
Package handler-generator
Short Description handler generator for laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package handler-generator
HANDLER GENERATOR
Installation
That's all, thanks Laravel auto discovery !
Requirements
- Laravel >=7
Configuration
publish assets
Set all informations for generate PHPDoc
Use
Warning => respect case like the example (model in lowercase and namespace capitalize)
This command will generate the next files (IF NOT EXIST):
- App\Models\Model.php
- App\Transformers\ModelTransformer.php
- App\Http\Requests\ModelRequest.php
- App\Http\Handlers\Core\ModelHandler.php
- App\Http\Handlers\Interfaces\ModelHandlerInterface.php
- App\Http\Controllers\Api\V1\AbstractModelsController.php
- App\Http\Controllers\Api\V1\Namespace1\ModelsController.php
- App\Http\Controllers\Api\V1\Namespace2\ModelsController.php
And update config\pattern.php for automatically binding new handler.
All versions of handler-generator with dependencies
PHP Build Version
Package Version
Requires
darkaonline/l5-swagger Version
^8.0
The package nicolasalexandre9/handler-generator contains the following files
Loading the files please wait ....