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?
怪我咯2017-05-16 16:56:37
Try composer update
Update the component and see if that solves the problem.