Skip to content

Commit cd81f69

Browse files
committed
xdebug fix for wamp/xampp users
1 parent b964792 commit cd81f69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bootstrap/autoload.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616

1717
require __DIR__.'/../vendor/autoload.php';
1818

19+
ini_set('xdebug.max_nesting_level', 120);
20+
1921
/*
2022
|--------------------------------------------------------------------------
2123
| Include The Compiled Class File

0 commit comments

Comments
 (0)