Home  >  Article  >  Backend Development  >  laravel5.2 web middleware error reporting

laravel5.2 web middleware error reporting

WBOY
WBOYOriginal
2016-10-10 11:55:541236browse

An error is reported when routing and web middleware are added. It’s normal if you don’t add it

laravel5.2 web middleware error reporting
After adding web middleware

laravel5.2 web middleware error reporting
Please give me the reason, thank you!

Reply content:

An error is reported when routing and web middleware are added. It’s normal if you don’t add it

laravel5.2 web middleware error reporting
After adding web middleware

laravel5.2 web middleware error reporting
Please give me the reason, thank you!

This is not an error reported by Laravel, it should be an error reported by xdebug.

Just modify the configuration in php.ini to xdebug.max_nesting_level=512. Just give a large number and no error will be reported.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn