add setting display_errors
This commit is contained in:
parent
b816664428
commit
a207810ab9
|
|
@ -2,6 +2,8 @@
|
|||
|
||||
define('LARAVEL_START', microtime(true));
|
||||
|
||||
ini_set('display_errors', 'on');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Register The Composer Auto Loader
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
// Define Base Directory
|
||||
define('BASE_DIR', dirname(dirname(__DIR__)));
|
||||
|
||||
// Set Display Errors
|
||||
ini_set('display_errors', 'on');
|
||||
|
||||
// Register Composer Auto Loader
|
||||
require BASE_DIR.'/vendor/autoload.php';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user