Files
ponzi/app/start/local.php
2013-09-06 00:32:42 -05:00

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