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.
Related Packages
trendio/lista
Helper that renders tables with pagination/sorting/filters for Laravel/Lumen pro...
1,455
mmanazar/laravel-amqp
AMQP wrapper for Laravel and Lumen to publish and consume messages in bulk
16
0
bschmitt/laravel-amqp
AMQP wrapper for Laravel and Lumen to publish and consume messages
2,565,421
280

