Laravel
Vue.js
Vue 3 With Laravel Echo WebSockets | Chat App 05
- Ahmed Shaltout
- April 26, 2023
- Laravel
- Vuejs
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
- Ahmed Shaltout
- April 26, 2023
- Vuejs
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
- Ahmed Shaltout
- April 26, 2023
- Laravel
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
- Ahmed Shaltout
- April 26, 2023
- Laravel
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
- Ahmed Shaltout
- April 26, 2023
Let’s Authenticate our chat app users by creating a login and register functionality using Laravel Sanctum
Read More