File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 90
90
'Illuminate\Cookie\CookieServiceProvider ' ,
91
91
'Illuminate\Database\DatabaseServiceProvider ' ,
92
92
'Illuminate\Encryption\EncryptionServiceProvider ' ,
93
+ 'Illuminate\Exception\LiveServiceProvider ' ,
93
94
'Illuminate\Filesystem\FilesystemServiceProvider ' ,
94
95
'Illuminate\Hashing\HashServiceProvider ' ,
95
96
'Illuminate\Html\HtmlServiceProvider ' ,
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- //
3
+ /*
4
+ |--------------------------------------------------------------------------
5
+ | Register Debug Console
6
+ |--------------------------------------------------------------------------
7
+ |
8
+ | In the local environment, we will attach the live debugger, which will
9
+ | allow you to view SQL queries and other logged information as it is
10
+ | taking place in this application via the "debug" Artisan command.
11
+ |
12
+ */
13
+
14
+ App::attachDebugger ();
You can’t perform that action at this time.
0 commit comments