Home
Softono
push-notification

push-notification

Open source PHP
70
Stars
26
Forks
0
Issues
1
Watchers
2 years
Last Commit

About push-notification

A Laravel package that integrates Firebase Cloud Messaging (FCM) to enable push notifications in Laravel applications. It provides developers with a straightforward implementation for sending notifications to users through Firebase. The project includes guidance on Firebase setup and covers authentication features such as email-based authentication, password reset, and email verification. It serves as a practical starting point for Laravel developers who want to add push notification capabilities to their projects without building the FCM integration from scratch. The package requires Composer for installation and is suitable for web applications that need real-time user notifications on mobile or web clients.

Platforms

Web Self-hosted Cloud

Languages

PHP

Links

License: MIT GitHub forks GitHub stars GitHub issues

About

Have an idea to develop a Laravel project that has push notification, this repository helps in using FCM to notify users using firebase.

Tutorial for connecting this project to firebase.

Video stats

  • Implement only Email Authenticate System watch here
  • Implementing Password Reset Feature watch here
  • Implementing Email Verification Feature watch here

Prerequisite

Uses Composer for laravel installation. Get Composer here.

Thanks for downloading this project!