sander0542/laravel-debug-routes

Debug Routes for Laravel

v1.0.0 2022-03-19 13:05 UTC

This package is auto-updated.

Last update: 2024-04-19 17:50:02 UTC


README

Last commit License

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();

Contributors

Laravel Debug Routes Contributors