local.php 428 B

1234567891011121314
  1. <?php
  2. /*
  3. |--------------------------------------------------------------------------
  4. | Register Debug Console
  5. |--------------------------------------------------------------------------
  6. |
  7. | In the local environment, we will attach the live debugger, which will
  8. | allow you to view SQL queries and other logged information as it is
  9. | taking place in this application via the "debug" Artisan command.
  10. |
  11. */
  12. App::attachDebugger();