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 […]
Month: November 2022
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 […]