bestmomo / laravel5-example

Simple laravel5 example for tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FatalErrorException in Container.php line 702

dominykasgel opened this issue · comments

Hi there,

I installed your app according your Installation notes. Front-end works fine, but when I go to /public/admin/ I get this error: FatalErrorException in Container.php line 702: Maximum function nesting level of '100' reached, aborting!

Stacktrace: http://pastebin.com/RmNYQxpg

What might be wrong?

Hi,

I think it's a xdebug issue. Try change max value or remove it.

Thanks a lot. It helped to resolve the issue.