ricventu / laravel-route-viewer
Laravel Route Viewer
v1.1.2
2023-11-20 12:27 UTC
Requires
- php: ^8.0
- illuminate/contracts: ^9.0|^10.0
- inertiajs/inertia-laravel: ^0.6.9
- spatie/laravel-package-tools: ^1.14.0
Requires (Dev)
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.9
- nunomaduro/larastan: ^2.0
- orchestra/testbench: ^8.0
- pestphp/pest: ^2.5
- pestphp/pest-plugin-arch: ^2.0
- pestphp/pest-plugin-laravel: ^2.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- spatie/laravel-ray: ^1.26
This package is auto-updated.
Last update: 2025-03-24 04:25:06 UTC
README
Simple web page to browse Laravel routes of your project
Installation
You can install the package via composer:
composer require ricventu/laravel-route-viewer
Publish the assets using
php artisan vendor:publish --tag="route-viewer-assets"
You can publish the config file with:
php artisan vendor:publish --tag="route-viewer-config"
Optionally, you can publish the views using
php artisan vendor:publish --tag="route-viewer-views"
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.