Day: April 26, 2023

Vue 3 With Laravel Echo WebSockets
Laravel Vue.js

Vue 3 With Laravel Echo WebSockets | Chat App 05

Let’s connect our Vue.js application with the server via WebSocket, we will use Laravel Echo for real-time updates and connection.

Read More
Vue.js Chat App Frontend
Vue.js

Vue.js Chat App Frontend | Chat App 04

Let’s create Vue 3 Chat app frontend that will use Laravel RESTful API and WebSockets That we have made in the previous tutorials for creating a real-time chat app.

Read More
Laravel WebSockets Chat
Laravel

Laravel WebSockets Chat | Chat App 03

Let’s add real-time updates and notifications to our chat app using Laravel WebSockets, the Pusher-free alternative.

Read More
Laravel Chat API
Laravel

Laravel Chat RESTful API | Chat App 02

Let’s create our chat controller for getting chats and sending messages with validation rules.

Read More
Laravel login and register RESTfull API
Laravel

Laravel Login And Register RESTful API | Chat app 01

Let’s Authenticate our chat app users by creating a login and register functionality using Laravel Sanctum

Read More