diff --git a/bootstrap/start.php b/bootstrap/start.php index b26e4d01a..077053b6d 100644 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -72,6 +72,13 @@ if (!isset($unitTesting) || !$unitTesting) { header('Pragma: no-cache'); } +/* +|-------------------------------------------------------------------------- +| Fix for XDebug aborting threads > 100 nested +|-------------------------------------------------------------------------- +*/ +ini_set('xdebug.max_nesting_level', 300); + /* |-------------------------------------------------------------------------- | Return The Application