Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/techsolutionstuff/how-to-create-real-time-notification-in-laravel-10-using-pusher
I'll walk you through creating real-time notifications in Laravel 10 using Pusher.
https://github.com/techsolutionstuff/how-to-create-real-time-notification-in-laravel-10-using-pusher
laravel laravel-10 laravel-php laravel10-notification notifications pusher pusher-notification pusherjs real-time-notifications
Last synced: about 1 month ago
JSON representation
I'll walk you through creating real-time notifications in Laravel 10 using Pusher.
- Host: GitHub
- URL: https://github.com/techsolutionstuff/how-to-create-real-time-notification-in-laravel-10-using-pusher
- Owner: Techsolutionstuff
- Created: 2024-02-25T06:02:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-25T06:04:55.000Z (10 months ago)
- Last Synced: 2024-02-25T07:23:37.425Z (10 months ago)
- Topics: laravel, laravel-10, laravel-php, laravel10-notification, notifications, pusher, pusher-notification, pusherjs, real-time-notifications
- Homepage: https://techsolutionstuff.com/post/how-to-create-real-time-notification-in-laravel-10-using-pusher
- Size: 1.95 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Create Real Time Notification in Laravel 10 using Pusher
Hey there! If you're diving into Laravel development and looking to add real-time notifications to your web applications, you're in the right place. In this tutorial, I'll walk you through creating real-time notifications in Laravel 10 using Pusher.
Real-time notifications are a fantastic way to keep your users engaged and informed about important updates instantly, without needing them to refresh the page constantly.
So, let's see how to create real time notifications in laravel 10 using Pusher, how to create push notifications in laravel 8/9/10, Laravel Pusher notifications, and pusher notifications in laravel 10.
```
Step 1: Set Up Your Laravel Project
Step 2: Install Pusher Package
Step 3: Configure Laravel with Pusher
Step 4: Create a Notification Event
Step 5: Creating the application views
Step 6: Test Your Application
```---
### **[Read More: How to Create Real Time Notification in Laravel 10 using Pusher](https://techsolutionstuff.com/post/how-to-create-real-time-notification-in-laravel-10-using-pusher)**