14 lines
428 B
PHP
14 lines
428 B
PHP
<?php
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Register Debug Console
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| In the local environment, we will attach the live debugger, which will
|
|
| allow you to view SQL queries and other logged information as it is
|
|
| taking place in this application via the "debug" Artisan command.
|
|
|
|
|
*/
|
|
|
|
App::attachDebugger(); |