Skip to content
This repository has been archived by the owner on Oct 17, 2021. It is now read-only.

Laravel Route Listing plugin. developer friendly package to display and list all the routes in the app

License

Notifications You must be signed in to change notification settings

InvertedX/routetraffic-laravel-route-lising

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Route Traffic

Laravel Route Listing plugin. simple way to view all the routes. when it comes to laravel we have artisan to help to list all the routes.but our application is large and has 100s of routes this option is really a bad idea. so using this package as dev dependancy we can view all the routes on our browser by visiting yourapp.dev/traffic. alt text

Install steps

Setp 1 - adding package as composer dependency

add packge as composer dependency composer require invertedx/route-traffic

setp 2 - configuring service provider

add service to providers array in config/app.php

invertedx\routetraffic\RouteTrafficServiceProvider::class,

step 2 - publishing assets

routetraffic require css and js assets to be in public path

php artisan vendor:publish

final

visit yourapp.dev/traffic to view all your routes

About

Laravel Route Listing plugin. developer friendly package to display and list all the routes in the app

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages