Visualise your routes in pretty format.
composer require garygreen/pretty-routes
Add to your config/app.php
providers array:
PrettyRoutes\ServiceProvider::class,
By default the package exposes a /routes
url. If you wish to configure this, publish the config.
php artisan vendor:publish --provider="PrettyRoutes\ServiceProvider"