bestmomo / laravel5-example

Simple laravel5 example for tutorial
MIT License
1.2k stars 568 forks source link

MySqlGrammar.php error #53

Open ILHAMIDEAZ opened 8 years ago

ILHAMIDEAZ commented 8 years ago

Hi! I'm a newbie.

How can I fix this?

FatalErrorException in MySqlGrammar.php line 139: Maximum function nesting level of '100' reached, aborting!

Thanks Momo!

bestmomo commented 8 years ago

Hi,

If you use xdebug try to change the max value like this in xdebug.ini :

xdebug.max_nesting_level=300

Regards