Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Call to undefined method Illuminate\Events\Dispatcher::firing() #42

Open
enniel opened this issue Feb 2, 2017 · 3 comments
Open

Call to undefined method Illuminate\Events\Dispatcher::firing() #42

enniel opened this issue Feb 2, 2017 · 3 comments

Comments

@enniel
Copy link

enniel commented Feb 2, 2017

Call to undefined method Illuminate\Events\Dispatcher::firing()

The method got removed here laravel/framework@dbbfc62

@se468
Copy link

se468 commented May 1, 2018

I'm having the same issue (Laravel 5.6). Is there any updates on this?

@oh-bala
Copy link

oh-bala commented May 22, 2018

@se468 , @enniel 's patch needs to be adjusted a little bit of checking Laravel version to make it work with Laravel >= 5.4.0, for example, so you can workaround this to start using this package with Laravel 5.6.

if (version_compare('5.4.0', $this->app->version(), '<=')) { $this->registerEventDispatcher(); }

Just remember this can create new issue that I don't know yet. Like with Totem package, most php artisan commands creates Maximum function nesting level of '256' reached, aborting! exception (ensure you have xdebug enable to see this error). Then I have to change the listeners of specific event I really want instead of elouqent.*, which I think shall be a good practice.

@mailnike
Copy link

mailnike commented Jan 15, 2019

I am getting same error? anyone got this working for Laravel 5.5? :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants