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