aldhix / breeze-bootstrap-ui
Laravel Breeze UI dengan Bootstrap 5
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Type:laravel-package
Requires
- php: ^8.2
- laravel/breeze: ^2.3
- laravel/framework: ^12.0
README
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:
- PHP: ^8.2
- Laravel Framework: ^12.0
- Laravel Breeze: ^2.3
Perfect if you want to quickly set up Laravel Breeze + Bootstrap without extra configuration.
🚀 Installation
1. Install Laravel Breeze (if not installed yet):
composer require laravel/breeze --dev php artisan breeze:install
2. Install this package:
composer require aldhix/breeze-bootstrap-ui
3. Run the artisan command to replace the default Breeze views with Bootstrap-based views:
php artisan breeze-bootstrap-ui:install
This command will overwrite the default Breeze views with Bootstrap versions.
Use --force
if you want to overwrite existing files.
4. Remove Tailwind CSS
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;
📦 Features
- Full Bootstrap 5 integration for Laravel Breeze
- Ready-to-use Blade components for auth UI
- Custom artisan command:
php artisan breeze-bootstrap-ui:install
📌 Notes
- This package is still under development.
- Feedback, issues, and pull requests are very welcome! 🙌
📄 License
MIT © 2025 Aldhi Xar