Commit cfd7b584 authored by Taylor Otwell's avatar Taylor Otwell

Merge branch 'master' into develop

parents 211dfc24 dff01207
......@@ -2,7 +2,7 @@
/vendor
composer.phar
composer.lock
.env.local.php
.env.*.php
.env.php
.DS_Store
Thumbs.db
......@@ -13,7 +13,7 @@ return array(
|
*/
'debug' => true,
'debug' => false,
/*
|--------------------------------------------------------------------------
......
<?php
return array(
/*
|--------------------------------------------------------------------------
| Application Debug Mode
|--------------------------------------------------------------------------
|
| When your application is in debug mode, detailed error messages with
| stack traces will be shown on every error that occurs within your
| application. If disabled, a simple generic error page is shown.
|
*/
'debug' => true,
);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment