How to install Laravel on Windows 10? What are the prerequisites? How to get started? Laravel is a free open source PHP framework. It provides tools for building web applications and APIs. The framework has gained popularity because of its simplicity and ease of use. Laravel is a great choice for beginners who want to build their next project using […]
Category: Laravel Tutorials
Laravel Tutorial – Laravel 9 Tutorials Tutorial for Beginners
How to Upload Avatar in Laravel: A Step-by-Step Guide
Hello guys, In this article, I will show you how to upload avatar in Laravel. This is a step-by-step guide that will help you upload an image as an avatar to your Laravel application. Laravel is a free, open-source PHP web framework. Laravel makes it easy to build Web applications with the best of what PHP has to offer. Uploading […]
Dependent Dropdown Using Ajax Laravel The Most Trending Thing Now?
Hello folks, In this tutorial we are going to learn dependent dropdown using ajax in our laravel application. Dependent dropdown is a multi dropdown which is dependent to its top level dropdown. For example When we select Country its show all its States, and when we select State its show all its Cites. So, In this tutorial we are learning […]
Pass data from Controller to Blade View in Laravel
How to pass data from controller to blade view in laravel. This tutorial will cover on every methods which help us to pass the data form controller to our view blade file. This tutorial is going to work with all version of laravel 5, laravel 6, laravel 7, laravel 8 and laravel 9. You can test the tutorial on the […]
Working with TMDb API in Laravel 9
Hello dev, Today we are going to learn how to fetch data from TMDb API in Laravel 9. This tutorial will cover on how to call TMDb API in laravel 9 application to fetch records. Proper and secure way to call TMDb API in laravel 9 application. We are going to learn how to get movies, tv shows, persons, etc. […]
Add Toast Notification in Laravel 9
Hello devloper, Today we are going to learn how to add toast notification in laravel 9 application. This tutorial will cover on adding toast notification in laravel 9 application. We are going to use Laravel Notify. Laravel Notify is a package that lets you add custom notifications to your project. A diverse range of notification design is available. This tutorial […]
Laravel 9 Shopping Cart Tutorial and Example
Hello dev, Today we are going to create laravel 9 shopping cart. This tutorial will cover example on laravel 9 shopping cart. We will explain adding shopping add to cart button. We are going to create laravel 9 shopping cart tutorial and example with laravel breeze for auth with tailwind css for styling. We are going to add the functionality […]
Laravel Add Watermark on Images
Hello dev, Today we are going to learn how to add watermark to images in laravel. This tutorial will cover on laravel add watermark on images. We will share on laravel add watermark on images in laravel application. This tutorial is going to work with all version of laravel 5, laravel 6, laravel 7, laravel 8 and laravel 9. Many […]
How to Check Date is Today’s Date or not in Laravel Carbon?
Hello dev, today we are going to learn How to Check Date is Today’s Date or not in Laravel Carbon? This tutorial will cover on tutorial to check data is today date or not with carbon in laravel application. This extensive guide will teach you laravel carbon check if date is today. let’s discuss about how to check date is […]
How to Get All env Variables in Laravel?
Hello dev, today we are going to learn how to get all .env variables in laravel. This tutorial will cover on getting all env variables in laravel application. This detailed guide will cover laravel get all env variables. This post will give you a simple example of how to get all env variables in laravel. This post will give you […]