Skip to content

It's a package that can create new route on Laravel, based on its parameters. Like we have api, web, we can now easily configure this with custom-router

Notifications You must be signed in to change notification settings

masterSkill77/custom-router

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Project

It's a package that can create new route on Laravel, based on its parameters. Like we have api, web, we can now easily configure this with custom-router.

Prerequisites

  • Laravel framework: ">=9.0"
  • Laravel framework: "< 11.0"
  • PHP: ">=8.0"

Installation

To install the package, run the following command:

composer require masterskill/custom-router

Publish the config file

There is no need to configure the file

Creating a new router file

To create a new route, use the following Artisan command:

php artisan make:route

And provide all the informations needed.

Author

Note

Enjoy it :)

About

It's a package that can create new route on Laravel, based on its parameters. Like we have api, web, we can now easily configure this with custom-router

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages