Download the PHP package imanimen/speed-routes without Composer
On this page you can find all versions of the php package imanimen/speed-routes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download imanimen/speed-routes
More information about imanimen/speed-routes
Files in imanimen/speed-routes
Download imanimen/speed-routes
More information about imanimen/speed-routes
Files in imanimen/speed-routes
Vendor imanimen
Package speed-routes
Short Description This package helps you to boost your coding speed by just creating one file for your Logic, Method, Validations and Middlewares.
License MIT
Package speed-routes
Short Description This package helps you to boost your coding speed by just creating one file for your Logic, Method, Validations and Middlewares.
License MIT
Please rate this library. Is it a good library?
Informations about the package speed-routes
SpeedRoutes
Add your Logic, Validations, Method and Middlewares in one class 😎
Install
composer require imanimen/speed-routes
Usage
php artisan make:action Hello
- to set the method in cli
--method=<METHOD>
- to use in specific Module
--module=<MODULE>
- to set the method in cli
- open the file
app/Actions/HelloAction.php
if--module
open it in<MODULE>/app/Actions/HelloAction.php
- php artisan serve
- open url ->
http://localhost:8000/Hello
All versions of speed-routes with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0
The package imanimen/speed-routes contains the following files
Loading the files please wait ....