Download the PHP package agsystemspl/lumen-make without Composer
On this page you can find all versions of the php package agsystemspl/lumen-make. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download agsystemspl/lumen-make
More information about agsystemspl/lumen-make
Files in agsystemspl/lumen-make
Download agsystemspl/lumen-make
More information about agsystemspl/lumen-make
Files in agsystemspl/lumen-make
Vendor agsystemspl
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 AGSystems/lumen-make (https://github.com/AGSystems/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
~7.0
The package agsystemspl/lumen-make contains the following files
Loading the files please wait ....