2014-04-15 08:34:29 -05:00
|
|
|
<?php
|
|
|
|
|
|
2014-08-24 14:03:58 -05:00
|
|
|
return [
|
2014-04-15 08:34:29 -05:00
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| 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,
|
|
|
|
|
|
2014-08-24 14:03:58 -05:00
|
|
|
];
|