You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
The method got removed here laravel/framework@dbbfc62
The text was updated successfully, but these errors were encountered: