
10 Exciting Laravel Projects for Beginners to Kickstart Your Web Development Journey
- Ahmed Shaltout
- July 25, 2025
- Laravel
- web development
These ten beginner-friendly project ideas will introduce you to core Laravel concepts and help you build a solid foundation.
Read More
Speed Up Laravel Queries: 5 Essential Strategies for Millions of Records
- Ahmed Shaltout
- July 24, 2025
- database
- Laravel
When dealing with massive datasets in Laravel, inefficient database queries can cripple performance. Here are five proven hacks to query millions of records in mere seconds:
Read More
Understanding Web Storage: Sessions, Cookies, and LocalStorage
- Ahmed Shaltout
- September 20, 2024
- Front-End Development
- web development
When building web applications, it’s essential to manage user data effectively. Session, cookies, and LocalStorage offer different data storage and retrieval mechanisms. Let’s explore their key differences and when to use each
Read More
How To Share Data With Multiple Views In Laravel 10.
- Ahmed Shaltout
- September 17, 2023
Learn How to use Service Providers and View Composers of Laravel to share data with multiple views or specific views. Avoid repeating your code and write better clean maintainable code.
Read More
Service Providers & Dependency Injection In Laravel Explained With Examples.
- Ahmed Shaltout
- September 14, 2023
- Laravel
In this tutorial, we will explain everything about Service Providers in Laravel and dependency injection,
Read More
How to Send Emails In Laravel 10 | Quick Guide
- Ahmed Shaltout
- May 31, 2023
- Laravel
Laravel 10 comes with some changes in sending emails and writing mailable, here we will cover that with an example that can work with most cases like sending attachments.
Read More
How To Make ZIP Files From Multiple Directories in Laravel
- Ahmed Shaltout
- May 30, 2023
- Laravel
We will use ZipArchive to compress files in a specific directory and return the URL to the zip file with Subdirectories in storage to download via RESTful API.
Read More
How to Generate PDF Files in Laravel That Support RTL Languages.
- Ahmed Shaltout
- May 27, 2023
- Laravel
The easiest way to generate a PDF file in Laravel that can support Arabic and other RTL languages.
Read More
How to Download Files From URL In Laravel And Save them in the Storage.
- Ahmed Shaltout
- May 27, 2023
- Laravel
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 | 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