bmatovu/laravel-route-list
Laravel Route List.
Installation
Install via Composer package manager:
composer require bmatovu/laravel-route-list
Enable debug mode
APP_DEBUG=true
Publish assets
php artisan vendor:publish --provider="Bmatovu\RouteList\RouteListServiceProvider"
Usage
The package creates a dedicated route to view routes.
http://localhost:8000/route-list
Alternative, you can use the view component. See example
<x-route-list-table/>
Note: This package uses Bootstrap CSS styling.

