Skip to content

This Laravel package creates Routes classes based and make your routes clean and easy to navigate to all controller class.

License

Notifications You must be signed in to change notification settings

laravel-routes/routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Routes

Introduction

This Laravel package creates Routes classes based and make your routes clean and easy to navigate to all route/controller classes.

this package also can add middleware in all actions even in a resource mode. also we can easily disable/enable routes by action without removing in the route classes using Filtering routes by except & only

Note: This package are not using resource from Illuminate\Routing\Route, This packge are using route mapping from the route classes; however, This package providing you a resource mode with a same feature of the original resource methods by providing a default route inside the package to merge it in the route classes.

By default all route classes that use mapping is working as grouped, sometimes we need to run a routes with diffirent prefixes and names prefixes and URI's but some point we want to handle our route on other routes with a same places, this package provided a handle methods to handle your route in one class.

Requirements

  • PHP >=7.2.34
  • Laravel >=5.8.*

Installation

For the installation you can visit documentation.

Become a contributor

Contact: ph.hitachi@gmail.com

About

This Laravel package creates Routes classes based and make your routes clean and easy to navigate to all controller class.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages