aldhix/breeze-bootstrap-ui
Bootstrap 5 UI preset for Laravel Breeze (Blade). Installs Bootstrap-based authentication views and components via an artisan command, replacing the default Tailwind scaffolding. Requires PHP 8.2+, Laravel 12, Breeze 2.3.
This package provides Bootstrap 5 UI for Laravel Breeze (Blade only), making it easier to scaffold authentication views with a modern and responsive frontend.
Minimum Requirements:
Perfect if you want to quickly set up Laravel Breeze + Bootstrap without extra configuration.
composer require laravel/breeze --dev
php artisan breeze:install
composer require aldhix/breeze-bootstrap-ui
Since this package uses Bootstrap 5, you should remove Tailwind to avoid conflicts:
# Remove Tailwind CSS packages
npm uninstall tailwindcss postcss autoprefixer
# Delete Tailwind config files if exist
rm tailwind.config.js postcss.config.js
Open your main CSS file (usually resources/css/app.css) and remove:
@tailwind base;
@tailwind components;
@tailwind utilities;
php artisan breeze-bootstrap-ui:install --force
This command will overwrite the default Breeze views with Bootstrap versions.
Use --force if you want to overwrite existing files.
For a step-by-step guide, check out the YouTube tutorial here:
php artisan breeze-bootstrap-ui:installMIT © 2025 Aldhi Xar
How can I help you explore Laravel packages today?