This repository demonstrates how to install and configure Bootstrap 5 in a Laravel 12 project using Vite for asset bundling.
It follows the step-by-step tutorial published on ItStuffSolutiotions.io.
Laravel 12 comes with Vite as the default frontend build tool.
This guide helps you integrate Bootstrap 5 and optionally Bootstrap Icons into your Laravel app.
After completing this setup, you’ll be able to use Bootstrap’s responsive grid system, components, and utilities in your Blade templates.
- Laravel 12
- PHP 8.1+
- Node.js & NPM
- Composer
composer create-project laravel/laravel bootstrap-vite
cd bootstrap-vite