2017 © Pedro Peláez
 

library route-traffic

Laravel Route Listing plugin.helper package to display all the routes in the app

image

invertedx/route-traffic

Laravel Route Listing plugin.helper package to display all the routes in the app

  • Thursday, February 23, 2017
  • by sarathkumar
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,257 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 1 % Grown

The README.md

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, (*1)

Install steps

Setp 1 - adding package as composer dependency

add packge as composer dependency composer require invertedx/route-traffic, (*2)

setp 2 - configuring service provider

add service to providers array in config/app.php, (*3)

invertedx\routetraffic\RouteTrafficServiceProvider::class,

step 2 - publishing assets

routetraffic require css and js assets to be in public path, (*4)

php artisan vendor:publish

final

visit yourapp.dev/traffic to view all your routes, (*5)

The Versions

23/02 2017

dev-master

9999999-dev

Laravel Route Listing plugin.helper package to display all the routes in the app

  Sources   Download

MIT

by Sarath Kumar

23/02 2017

0.3

0.3.0.0

Laravel Route Listing plugin.helper package to display all the routes in the app

  Sources   Download

MIT

by Sarath Kumar

04/12 2016

0.2

0.2.0.0

Laravel Route Listing plugin.helper package to display all the routes in the app

  Sources   Download

MIT

by Sarath Kumar

04/12 2016

v0.1

0.1.0.0

Laravel Route Listing plugin.helper package to display all the routes in the app

  Sources   Download

MIT

by Sarath Kumar