Skip to content

Add your Logic, Validations, Method and Middlewares in only one class

Notifications You must be signed in to change notification settings

imanimen/SpeedRoutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>
  • 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

About

Add your Logic, Validations, Method and Middlewares in only one class

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages