laracasts / Commander

Easily leverage commands and domain events in your Laravel projects.
https://laracasts.com/series/commands-and-domain-events
MIT License
279 stars 68 forks source link

Maximum function nesting level of '100' reached, aborting! #16

Closed reinvanleirsberghe closed 10 years ago

reinvanleirsberghe commented 10 years ago

Since the last update I always get the error 'Maximum function nesting level of '100' reached, aborting!' when I use the commander in my application (Larabook).

smgladkovskiy commented 10 years ago

Confirmed: in versions 1.3.* I also get this error.

jondeaves commented 10 years ago

I also receive this while using xdebug. Without xdebug the page times out.

ronnievisser commented 10 years ago

I also got this error

BnSmth commented 10 years ago

As do I.

laracasts commented 10 years ago

Sorry, all. A recent PR caused a small issue with the service provider. All fixed now. :)