sander0542 / laravel-debug-routes
Debug Routes for Laravel
Fund package maintenance!
Sander0542
v1.0.0
2022-03-19 13:05 UTC
Requires
- php: ^7.3 || ^8.0
- illuminate/support: ^8 || ^9
This package is auto-updated.
Last update: 2025-01-07 16:10:33 UTC
README
Debug Routes for Laravel
Installation
Require this package with composer using the following command:
composer require --dev sander0542/laravel-debug-routes
Routes
/debug/phpinfo
The PHP Info page
phpinfo();
/debug/config
The Laravel config
\Illuminate\Support\Facades\Config::all();