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

Latest commit

 

History

History
30 lines (17 loc) · 746 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 746 Bytes

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.