bestmomo / laravel5-example

Simple laravel5 example for tutorial

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maximum function nesting level of '100' reached, aborting!

rebootcode opened this issue · comments

Just when i open the Admin panel, I got the error

Maximum function nesting level of '100' reached, aborting!

Well, I know, the solution to increase the nesting limit or removing xdebug. But , I mean, really, why there was nesting to level above "100" ,

Right, there is a recursion somewhere, no idea where it is...

Problem is in template.blade.php printing {{ auth()->user()->username }} using xdebug, this is not a bug from laravel or example app, just disable xdebug