chinleung / laravel-multilingual-routes

A package to handle multilingual routes in your Laravel application.
https://github.com/chinleung/laravel-multilingual-routes-demo
MIT License
394 stars 26 forks source link

Maximum function nesting level of '256' reached, aborting! #58

Closed hinink closed 1 year ago

hinink commented 2 years ago

Maximum function nesting level of '256' reached, aborting!

chinleung commented 2 years ago

@zc520yzy Do you have any code to reproduce?

AbdullahFaqeir commented 2 years ago

This exception is caused by a recursive call that keeps going as the stop condition isn't reached, it's an error thrown mostly from xdebug, could you please provide a code sample from where this issue is happening?