Download the PHP package shiftechafrica/lumen-take-off without Composer
On this page you can find all versions of the php package shiftechafrica/lumen-take-off. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download shiftechafrica/lumen-take-off
More information about shiftechafrica/lumen-take-off
Files in shiftechafrica/lumen-take-off
Download shiftechafrica/lumen-take-off
More information about shiftechafrica/lumen-take-off
Files in shiftechafrica/lumen-take-off
Vendor shiftechafrica
Package lumen-take-off
Short Description Form request is a package for Lumen that lets developer validate form requests like Laravel does. The package also has artisan commands.
License MIT
Package lumen-take-off
Short Description Form request is a package for Lumen that lets developer validate form requests like Laravel does. The package also has artisan commands.
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-take-off
Lumen Take Off
Description
A package built for lumen that ports most of the make commands from laravel.
Info
Added:
- command for generate request (make:request)
- providers for work with requests.
Installation
Just run the following in the root of your project
Uncomment line in bootstrap/app.php
Add line to bootstrap/app.php for enable generators
Add line to bootstrap/app.php for enable form requests
Requests info
In generated requests used FormRequest from this library. If you want migrate to Laravel framework, change use line in all generated requests
Commands
make:job {name}
- Makes a new job class in Jobs/make:console {name}
- Makes a new console command in Console/Commands/make:controller {name}
- Makes a new restful controller in Http/Controllers/make:model {name}
- Makes a new model in /make:middleware {name}
- Makes a new middleware class in Http/Middleware/make:exception {name}
- Makes a new exception class in Exceptions/make:event {name}
- Makes a new event class in Events/make:request {name}
- Makes a new request class in Http/Requests/
All versions of lumen-take-off with dependencies
PHP Build Version
Package Version
No informations.
The package shiftechafrica/lumen-take-off contains the following files
Loading the files please wait ....