Category Laravel

Install Daisy UI Tailwind in Laravel

Install Daisy UI Tailwind in Laravel

In this section, we will explore how to integrate Daisy UI as a Tailwind CSS component library in Laravel 9. Daisy UI is a free and open-source library that provides Tailwind CSS components using short classes similar to Bootstrap, such…

Laravel 9 REST API CRUD Tutorial Example

laravel 9 api crud

In this section, we will explore how to create a REST API CRUD application in Laravel 9. This tutorial will guide you through building a simple yet clean Laravel API CRUD using Requests for validation and Resources for displaying important…

Install React JS in Laravel 9 with Vite

Install React JS in Laravel 9 with Vite

In this section, we will install React.js in Laravel 9 using Vite. Starting from Laravel 9.19, Vite is included as a build tool. There are two ways to install React in Laravel 9: you can either install React.js from scratch…

Laravel Cache Clear One-Command Solution

Laravel Cache Clear One-Command Solution

In this tutorial, we will learn how to clear all cache with a single command using the Artisan command-line interface. Simply run php artisan optimize:clear to clear the cache. You can also run it for better performance.

How to Use AdminLTE 3 in Laravel 10

How to Use AdminLTE 3 in Laravel 10

In this section we will see how to install & setup adminlte 3 with laravel 10. There is two way you can easily install bootstrap admin lte 3 in laravel 10 laravel-ui-adminlte and Larastarters. Install AdminLTE 3 in Laravel 10…