Download the PHP package michaelb/lumen-make without Composer
On this page you can find all versions of the php package michaelb/lumen-make. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download michaelb/lumen-make
More information about michaelb/lumen-make
Files in michaelb/lumen-make
Download michaelb/lumen-make
More information about michaelb/lumen-make
Files in michaelb/lumen-make
Vendor michaelb
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. For lumen v5.1, but will most likely work for 5.2 as well. I haven't tested. If you have requests, let me know, or do it yourself and make a pull request
Installation
Just run the following in the root of your project
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/
All versions of lumen-make with dependencies
PHP Build Version
Package Version
Requires
laravel/lumen-framework Version
~5.1
The package michaelb/lumen-make contains the following files
Loading the files please wait ....