Are supporting laravel 5.8?

problem with deprecated fire method in events
using dispatch instead
protected function fireEvent($event)
{
$this->app['events']->dispatch(sprintf('modules.%s.' . $event, $this->getLowerName()), [$this]);
}
Ah that's good to know, thanks!
Laravel 5.8 support has been added, available as a prerelease now as 5.0-dev.
Most helpful comment
Laravel 5.8 support has been added, available as a prerelease now as
5.0-dev.