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
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
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
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
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