Category Laravel

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…