Skip to content

madewithlove/laravel-debug-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laravel Debug Console

Use as an alternative to view collected information from Laravel Debugbar package. Useful if you are building apis or running console commands.

php artisan app:debug queries

Installation

You can install the latest version via composer:

composer require --dev madewithlove/laravel-debug-console

Add the service provider to config/app.php if you are on laravel 5.4 or bellow:

'providers' => [
    // ...
    Madewithlove\LaravelDebugConsole\ServiceProvider::class
]

Usage

Open your console and run php artisan app:debug [messages|timeline|exceptions|route|queries|request] same options that are available by default on Laravel Debugbar.

About

Laravel debugging via the console a viewer for the information collected by Laravel Degubar.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages