How to Add Wishlist in Laravel

How to Add Wishlist in Laravel

In this section, we’ll see how to integrate a wishlist system into Laravel 9 using the Laravel Markable package. This package facilitates wishlist management, allowing users to create and edit their own wishlists. Step 1: Install Laravel & Connect Database…

Laravel 9 Image File Upload Example

Laravel 9 Image File Upload Example

In this section, we’ll learn how to upload image files with validation in Laravel 9. Laravel provides its own file storage system, eliminating the need to install third-party packages. We’ll be using Tailwind CSS 3 along with Laravel 9 for…

Data Fetching in Nuxt 3 Using Laravel API

Data Fetching in Nuxt 3 Using Laravel API

In this section, we will connect a Laravel API with Nuxt.js 3. We will fetch data from the Laravel API in Nuxt 3 using useFetch and useAsyncData. Setup Laravel Api Create laravel project and connect with database. Create Fake Data…