search

Home  >  Q&A  >  body text

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

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?

阿神阿神2749 days ago471

reply all(1)I'll reply

  • 怪我咯

    怪我咯2017-05-16 16:56:37

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

    reply
    0
  • Cancelreply