Download the PHP package smskin/lumen-make without Composer
On this page you can find all versions of the php package smskin/lumen-make. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download smskin/lumen-make
More information about smskin/lumen-make
Files in smskin/lumen-make
Download smskin/lumen-make
More information about smskin/lumen-make
Files in smskin/lumen-make
Vendor smskin
Package lumen-make
Short Description Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.
License MIT
Package lumen-make
Short Description Lumen make adds more make commands to lumen for jobs, controllers, middleware, etc.
License MIT
Please rate this library. Is it a good library?
Informations about the package lumen-make
lumen-make
A package built for lumen that ports most of the make commands from laravel.
Info
This package based on michaelb/lumen-make (https://github.com/michaelbonds/lumen-make) library. 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-make with dependencies
PHP Build Version
Package Version
Requires
laravel/lumen-framework Version
~5.4
The package smskin/lumen-make contains the following files
Loading the files please wait ....