/fcm-notifications

FCM Notifications with Laravel

Primary LanguagePHPMIT LicenseMIT

FCM Notifications with Laravel

Project Setup

  1. Download or clone project git clone https://github.com/usamamuneerchaudhary/fcm-notifications.git
  2. Install dependencies by running composer install
  3. Rename .env.example to .env
  4. Add FCM_LEGACY_KEY to your .env file
  5. Run php artisan key:generate

Tutorial

https://thewebtier.com/laravel/implement-fcm-notification-with-laravel/