From: Abijeet Patro Date: Tue, 3 Jan 2017 02:24:28 +0000 (+0530) Subject: Merge pull request #3 from BookStackApp/master X-Git-Tag: v0.18.0~1^2~45^2^2~36 X-Git-Url: http://source.bookstackapp.com/bookstack/commitdiff_plain/cd6572b61af2165133468d2562d04dffdca8fca8?hp=-c Merge pull request #3 from BookStackApp/master Getting the latest --- cd6572b61af2165133468d2562d04dffdca8fca8 diff --combined config/app.php index d94196cc1,0c3e1e71c..2a7a36ea2 --- a/config/app.php +++ b/config/app.php @@@ -3,7 -3,7 +3,7 @@@ return [ - 'env' => env('APP_ENV', 'production'), + 'env' => env('APP_ENV', 'development'), 'editor' => env('APP_EDITOR', 'html'), @@@ -18,7 -18,7 +18,7 @@@ | */ - 'debug' => env('APP_DEBUG', false), + 'debug' => env('APP_DEBUG', true), /* |-------------------------------------------------------------------------- @@@ -148,6 -148,7 +148,7 @@@ Barryvdh\DomPDF\ServiceProvider::class, Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class, Barryvdh\Debugbar\ServiceProvider::class, + Barryvdh\Snappy\ServiceProvider::class, /* @@@ -218,6 -219,7 +219,7 @@@ 'ImageTool' => Intervention\Image\Facades\Image::class, 'PDF' => Barryvdh\DomPDF\Facade::class, + 'SnappyPDF' => Barryvdh\Snappy\Facades\SnappyPdf::class, 'Debugbar' => Barryvdh\Debugbar\Facade::class, /**