-
Notifications
You must be signed in to change notification settings - Fork 1
Laravel and xdebug issue
Valentin Ivaşcu edited this page May 27, 2015
·
1 revision
If you use xdebug and get an error like:
###PHP Error: Maximum function nesting level of '100' reached, aborting
you should update xdebug config with
xdebug.max_nesting_level: '500'
#Open puPHPet custom ini file
sudo nano /etc/php5/mods-available/zzzz_custom.ini
and add
xdebug.max_nesting_level=500
at the end of file.
Otherwise locate xdebug.ini and add that line