thedevdojo / chatter

Chatter is a Simple Laravel Forum Package
https://devdojo.com/forums
MIT License
898 stars 294 forks source link

Can't post in Laravel 5.8 #240

Closed MostafaAttia closed 5 years ago

MostafaAttia commented 5 years ago

Hi, Great package BTW.

deprecated Illuminate\Events\Dispatcher::fire() was changed to dispatch in Laravel 5.8 .

So now I can't create a new discussion.

ygo93 commented 5 years ago

how did you solve it?

MostafaAttia commented 5 years ago

@ygo93 See https://github.com/thedevdojo/chatter/pull/241#issue-265009304