mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
Remove Live service provider as it's all consolidated into new Tail command.
This commit is contained in:
parent
e12be87751
commit
34bb08e58d
@ -90,7 +90,6 @@ return array(
|
||||
'Illuminate\Cookie\CookieServiceProvider',
|
||||
'Illuminate\Database\DatabaseServiceProvider',
|
||||
'Illuminate\Encryption\EncryptionServiceProvider',
|
||||
'Illuminate\Exception\LiveServiceProvider',
|
||||
'Illuminate\Filesystem\FilesystemServiceProvider',
|
||||
'Illuminate\Hashing\HashServiceProvider',
|
||||
'Illuminate\Html\HtmlServiceProvider',
|
||||
|
@ -1,14 +1,3 @@
|
||||
<?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();
|
||||
//
|
Loading…
x
Reference in New Issue
Block a user