laravel - Maximum function nesting level of '100' reached, aborting!
阿神
阿神 2017-05-16 16:54:37
0
1
495

Using laravel5.2
The template is generated with make:auth.
Both pages use @extends('layouts.app')
One of the pages works well, but one page reports an error
Maximum function nesting level of '100' reached, aborting!
Test findings Just remove all Auth::* in app.blade.php and it will be displayed.

I would like to ask why this is?
What may be the reason?

阿神
阿神

闭关修行中......

reply all(1)
刘奇

Try composer update Update the component and see if that solves the problem.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template