Generate pdf files
Laravel

How to Generate PDF Files in Laravel That Support RTL Languages.

The easiest way to generate a PDF file in Laravel that can support Arabic and other RTL languages.

Read More
Laravel download From Url
Laravel

How to Download Files From URL In Laravel And Save them in the Storage.

In this tutorial, Let’s create Laravel storage to save files and images from URLs after renaming them using Laravel’s file system to make them unique.

Read More
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
Building Laravel & Vue.js Chat App
Laravel Vue.js

Building Laravel & Vue.js Chat App 00 | Introduction

This course is for building Laravel WebSockets and Vue 3 real-time chat applications. We will go step by step in 5 sessions.

Read More
NestJS Controllers And Routes Guide Tutorial With Examples
NestJS Node.js

NestJS Controllers And Routes Guide Tutorial With Examples

Guide Tutorial for creating controllers and routes quickly, we will focus on the code for a quick start to develop your Nest application.

Read More
Vue.js 3 Localization Tutorial With Vue I18n Example
Vue.js

Vue.js 3 Localization Tutorial With Vue I18n Example

Let’s make a Vue 3 multi-language web application that allows the user to change the interface language.

Read More