Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

Media24si/RouteExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel5 Route Explorer

Software License

Install

Require this package with composer (Packagist) using the following command:

$ composer require media24si/route-explorer

Register the RouteExplorerServiceProvider to the providers array in config/app.php

Media24si\RouteExplorer\RouteExplorerServiceProvider::class

Usage

Go to /routes to see all registrated routes.

Go to /routes/groups to see routes grouped by prefixes

License

The MIT License (MIT). Please see License File for more information.