Upload & Resize Images With Laravel Intervention Image
- Ahmed Shaltout
- December 8, 2022
- Laravel
Let’s create a Trait to upload, resize, delete and manipulate images by Intervention Image, the Laravel & PHP image handling, and manipulation library.
Read MoreLaravel Many To Many Polymorphic Relationships With Localization Tutorial
- Ahmed Shaltout
- December 7, 2022
- Laravel
Let’s create Many To Many Polymorphic relations Between Multi-language categories and products.
Read MoreLaravel Cache Redis And File Store Tutorial With Example.
- Ahmed Shaltout
- December 6, 2022
- database
- Laravel
Let’s create a Laravel cache class to store data in a Redis server or files. Laravel has powerful APIs for caching so let’s get started.
Read MoreLaravel E-commerce Product Model With Price and Discount Concept.
- Ahmed Shaltout
- December 6, 2022
- database
- Laravel
Let’s create a Multi-languages product table, model, and controller, and Calculate the price according to a discount for a period of time automatically.
Read MoreHow to upload & retrieve images by Laravel media library
- Ahmed Shaltout
- April 12, 2022
- Laravel
Using the Laravel-media library package for handling media via Restful API makes it a piece of cake and a time saver. That is what we will learn in today’s tutorial.
Read MoreHow To Upgrade From Laravel 8 To Laravel 9.
- Ahmed Shaltout
- February 15, 2022
- Laravel
Laravel 9 is now released, and we’re excited to check it out because it’s the most up-to-date technology available. So, let’s upgrade step by step.
Read MoreHow to generate a sitemap for a Laravel website
- Ahmed Shaltout
- January 29, 2022
- Laravel
- sitemap
Sitemaps are very important, search engines such as Google read the sitemap file to crawl your site more efficiently. Sitemaps tell which pages and files, you think are important in your website but how can we create a sitemap in a Laravel website.
Read MoreLaravel Breeze Tutorial
- Ahmed Shaltout
- December 4, 2021
- authentication
- Breeze
- Laravel
- Laravel Breeze
Laravel breeze the starter kits you need to build your new application faster. Breeze offers the authentication for your app, automatically builds the controllers, views, and routes for registration, login, password reset, and email verification.
Read MoreHow to put Laravel app in maintenance mode
- Ahmed Shaltout
- November 18, 2021
- down
- Laravel
- maintenance
- maintenance mode
Sometimes, you don’t need your visitor to be on your website while maintaining it. Laravel has a magic feature called the maintenance mode.
Read MoreHow to add a new column to an existing table via Laravel migration
- Ahmed Shaltout
- November 13, 2021
- database
- Laravel
- migration
Sometimes we need to add a new column or update an existing one to an existing table in the database after the migration. it’s so easy to do, we will add a new column and rename and change the data type of another one. let’s get started.
Read More