Skip to content
/ lrm Public

Laravel routes manage,help you to manage your routes!

Notifications You must be signed in to change notification settings

friparia/lrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Routes Management

中文版README

preview

Installation

First, add a line in the section of require in composer.json file:

"friparia/lrm": "dev-master"

Then, add a line of service provider in app/config/app.php:

"Friparia\Lrm\LrmServiceProvider",

At last, you should make sure the access of routes.php.

Remember you should change the permission to 644 when you are not in the debug mode.

Usage

Visit the lrm in your web browser, like this:

"www.example.com/public/lrm"

Then you can manage your routes;

Questions

It is still under developing. So it only support the common function just like get, post, put, patch, delete. And maybe have some bugs in writing callbacks. Please let me know in issues!!

Todo

  • Support resource(), controller() functions

  • Support filters

  • Support group manages

  • Support editing

About

Laravel routes manage,help you to manage your routes!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages