Permalink
Browse files
xdebug fix for wamp/xampp users
- Loading branch information...
Showing
with
2 additions
and
0 deletions.
-
+2
−0
bootstrap/autoload.php
|
|
@@ -16,6 +16,8 @@ |
|
|
|
|
|
require __DIR__.'/../vendor/autoload.php';
|
|
|
|
|
|
+ini_set('xdebug.max_nesting_level', 120);
|
|
|
+
|
|
|
/*
|
|
|
|--------------------------------------------------------------------------
|
|
|
| Include The Compiled Class File
|
|
|
|
0 comments on commit
cd81f69