DEV Community

Cover image for How to Install Bootstrap 5 in Laravel 11 with Vite?
Saddam Hossain
Saddam Hossain

Posted on

1

How to Install Bootstrap 5 in Laravel 11 with Vite?

In this post, I will show you How to Install Bootstrap 5 in Laravel 11 with Vite.

If you want to install bootstrap 5 using vite in laravel 11. Then i will help you to explain step by step add bootstrap 5 with npm vite. so, let’s follow the below step to add bootstrap in laravel 11 application. You can learn Laravel 11 Display Image from Storage Folder Example

Let’s see the following steps :

Step for How to Install Bootstrap 5 in Laravel 11 with Vite

Step 1: Install Laravel 11

This step is not required; however, if you have not created the Laravel app, then you may go ahead and execute the below command:

composer create-project laravel/laravel example-app
Enter fullscreen mode Exit fullscreen mode

Step 2: Install Laravel UI Package

Here, we will install laravel ui package that allow to install bootstrap with auth. so, let’s run following command:

composer require laravel/ui
Enter fullscreen mode Exit fullscreen mode

Read More

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (1)

Collapse
 
aniruddhaadak profile image
ANIRUDDHA ADAK β€’

Absolutely incredible! 😻.

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay