Realtime Notification in Laravel Using Pusher

Описание к видео Realtime Notification in Laravel Using Pusher

0:00 Introduction of the product
3:36 Clone the Laravel authentication project from GitHub repository.
5:10 Setup the environment.
5:34 Create account for Pusher and add keys in .env.
07:52 Create Migration for Message & Task.
09:00 Install the pusher php server
09:40 Add attributes for Message & Task and run migration.
11:58 Add script for pusher in master file.
14:18 Create User and login to dashboard.
15:28 Create Task form.
19:38 Save the Task in database using Ajax & jQuery with validation.
27:07 Define route for task.
28:25 Define method for Task Controller.
39:10 Define pusher inside Task Controller.
42:37 Bind event using pusher in dashboard file.
49:00 Query for message counter inside User Controller.
54:10 Pass the data to navbar bell notification counter.
1:02:45 Create new user and test the notification.



In this video you will be able to learn how to implement pusher in Laravel. You will be able to generate push notification on real time without page refreshing. When user create a new task it will fire the notification using pusher and broadcast it. Each user have its own notification count.

Pusher
https://pusher.com/

Code for this video
https://github.com/Abdullahmasood553/...

Complete Authentication Video to begin this project, click the link below (Part 1)
   • Complete Authentication in Laravel us...  

Complete Authentication Video to begin this project, click the link below (Part 2)
   • Complete Authentication in Laravel us...  

Complete Authentication Video Source Code
https://github.com/Abdullahmasood553/...

Please don't forget to like & Subscribe my YouTube channel.

Комментарии

Информация по комментариям в разработке