Files
spa-api/app/start/local.php

14 lines
428 B
PHP
Raw Normal View History

2013-01-11 15:14:07 -06:00
<?php
2013-09-06 00:32:42 -05:00
/*
|--------------------------------------------------------------------------
| 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();