kawankoding / laravel-fcm

Firebase Cloud Messaging (FCM) sender for Laravel
174 stars 56 forks source link

Can't composer update #1

Closed monsterdream closed 7 years ago

monsterdream commented 7 years ago

First issue :) Basically it's working nice, it's installing, after adding it to ServiceProviders it's also working nice but then I'm blocked because command composer update is throwing an error:

> php artisan clear-compiled

  [Symfony\Component\Debug\Exception\FatalThrowableError]
  Class 'Kawankoding\Fcm\Providers\FcmServiceProvider' not found

Script php artisan clear-compiled handling the post-update-cmd event returned with error code 1
sayaamirul commented 7 years ago

I've update the directory structure and readme , and check it working now :) , try to composer remove kawankoding/laravel-fcm then install it again by composer require kawankoding/laravel-fcm , also register the service provider like the updated readme

monsterdream commented 7 years ago

Thanks man! Awesome work!

sayaamirul commented 7 years ago

You're welcome, thanks for open an issue also..