Ep7 Slack Chat Video Web App - Pusher and Create Users Auth And Status Routes (Laravel & VueJs)

Опубликовано: 05 Январь 2025
на канале: Build Real App
400
12

In this lesson, are are going to install pusher socket for both laravel backend and frontend vuejs. Pusher is webSocket APIs for
visualise dynamic data with our APIs. Messages, notifications, dashboards . We also will create broadcasting auth and user status routes.

Frontend Github
https://github.com/delphiy/slack-chat...

Backend Github
https://github.com/delphiy/slack-chat...

Pusher Socket Signup
pusher.com

Pusher Install For Laravel Lumen
https://github.com/pusher/pusher-http...

VueJs Packages Install

npm i laravel-echo

npm i pusher-js

Or Put the following in package.json under dependencies and save and run npm install

"laravel-echo": "^1.10.0",
"pusher-js": "^7.0.3"