From 42ff9d0ebb7e8307a755440a4c473803aa75dd5a Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Fri, 6 Sep 2013 00:32:42 -0500 Subject: [PATCH] Setup live debugger in app. --- app/config/app.php | 1 + app/start/local.php | 13 ++++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/app/config/app.php b/app/config/app.php index 5497732a..ab3c27b4 100644 --- a/app/config/app.php +++ b/app/config/app.php @@ -90,6 +90,7 @@ return array( 'Illuminate\Cookie\CookieServiceProvider', 'Illuminate\Database\DatabaseServiceProvider', 'Illuminate\Encryption\EncryptionServiceProvider', + 'Illuminate\Exception\LiveServiceProvider', 'Illuminate\Filesystem\FilesystemServiceProvider', 'Illuminate\Hashing\HashServiceProvider', 'Illuminate\Html\HtmlServiceProvider', diff --git a/app/start/local.php b/app/start/local.php index adab104c..78ddffeb 100644 --- a/app/start/local.php +++ b/app/start/local.php @@ -1,3 +1,14 @@