bestmomo / laravel5-example

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

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

Closed rebootcode closed 5 years ago

rebootcode commented 8 years ago

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" ,

bestmomo commented 8 years ago

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

joni2back commented 8 years ago

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