laravel-fcm-notification-channel
laravel-fcm-notification-channel copied to clipboard
Not working with Laravel 5.8
When used with Laravel 5.8 an exception is thrown: Illuminate\Events\Dispatcher::fire()
From the upgrade docs: The fire method (which was deprecated in Laravel 5.4) of the Illuminate/ Events/Dispatcher class has been removed <laravel/framework#26392>. You should use the dispatch method instead.
I've created a PR to fix this. Can you please merge?
Having the same issue. @enniel