Skip to content

Sander0542/laravel-debug-routes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Debug Routes

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