bmatovu / laravel-route-list
Laravel route list.
v1.3.0
2022-12-27 12:08 UTC
Requires
- php: ^7.2.5|^8.0
- illuminate/routing: ^7.0|^8.0|^9.0
- illuminate/support: ^7.0|^8.0|^9.0
- illuminate/view: ^7.0|^8.0|^9.0
Requires (Dev)
- code-lts/doctum: ^5.5
- friendsofphp/php-cs-fixer: ^3.4
- orchestra/testbench: ^5.0|^6.0|^7.0
- phpunit/phpunit: ^8.5.8|^9.4
This package is auto-updated.
Last update: 2024-10-27 14:37:56 UTC
README
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.