Laravel-modules: Support laravel 5.8

Created on 25 Feb 2019  路  4Comments  路  Source: nWidart/laravel-modules

Are supporting laravel 5.8?

Most helpful comment

Laravel 5.8 support has been added, available as a prerelease now as 5.0-dev.

All 4 comments

image

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

uncodable picture uncodable  路  21Comments

n4p4 picture n4p4  路  17Comments

Alercard picture Alercard  路  29Comments

jakecorn picture jakecorn  路  16Comments

ridwanskaterock picture ridwanskaterock  路  12Comments