laravel-notification-channels / fcm

Firebase Cloud Messaging (FCM) notifications channel for Laravel
https://laravel-notification-channels.com/
MIT License
476 stars 123 forks source link

Driver not supported #133

Closed yogeshGroony closed 1 year ago

yogeshGroony commented 1 year ago

Job Failed {"job":{"App\Jobs\SendNotificationJob":{"job_body":{"transaction_id":1},"scheduled_job":{"id":1,"user_id":null,"run_at":"2023-01-24T09:51:11.000000Z","job_type":"App\Jobs\SendNotificationJob","notification_class_name":"App\Notifications\DemoNotification","job_body":"{}", "error":"[object] (InvalidArgumentException(code: 0): Driver [NotificationChannels\Fcm\FcmChannel] not supported. at /vendor/laravel/framework/src/Illuminate/Support/Manager.php:109)

dwightwatson commented 1 year ago

Have you installed the package?

Is the channel visible in your vendor folder?

There's not nearly enough information to debug this.