PHPackages                             aldhix/breeze-bootstrap-ui - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. aldhix/breeze-bootstrap-ui

ActiveLaravel-package[Framework](/categories/framework)

aldhix/breeze-bootstrap-ui
==========================

Laravel Breeze UI dengan Bootstrap 5

v1.0.2(10mo ago)11.1k↑894.1%MITBladePHP ^8.2

Since Aug 26Pushed 10mo agoCompare

[ Source](https://github.com/aldhix/breeze-bootstrap-ui)[ Packagist](https://packagist.org/packages/aldhix/breeze-bootstrap-ui)[ RSS](/packages/aldhix-breeze-bootstrap-ui/feed)WikiDiscussions main Synced today

READMEChangelog (2)Dependencies (2)Versions (3)Used By (0)

Breeze Bootstrap UI for Laravel Breeze
======================================

[](#breeze-bootstrap-ui-for-laravel-breeze)

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
--------------

[](#-installation)

### 1. Install Laravel Breeze (if not installed yet):

[](#1-install-laravel-breeze-if-not-installed-yet)

```
composer require laravel/breeze --dev
php artisan breeze:install
```

### 2. Install this package:

[](#2-install-this-package)

`composer require aldhix/breeze-bootstrap-ui`

### 3. Remove Tailwind CSS

[](#3-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;

```

### 4. Run the artisan command to replace the default Breeze views with Bootstrap-based views:

[](#4-run-the-artisan-command-to-replace-the-default-breeze-views-with-bootstrap-based-views)

`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.

📺 Tutorial Video
----------------

[](#-tutorial-video)

For a step-by-step guide, check out the YouTube tutorial here:

[Watch on YouTube](https://youtu.be/kn1MiWU0tdc?si=VU8WCCe2hRYHP-AL) ✅

📦 Features
----------

[](#-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
-------

[](#-notes)

- This package is still under development.
- Feedback, issues, and pull requests are very welcome! 🙌

📄 License
---------

[](#-license)

MIT © 2025 Aldhi Xar

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance54

Moderate activity, may be stable

Popularity21

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

313d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/24bff652a549f096cd758afc4c6f943e379284bf50a864eab637deb10a0cb486?d=identicon)[aldhix](/maintainers/aldhix)

---

Top Contributors

[![aldhix](https://avatars.githubusercontent.com/u/23267775?v=4)](https://github.com/aldhix "aldhix (9 commits)")

### Embed Badge

![Health badge](/badges/aldhix-breeze-bootstrap-ui/health.svg)

```
[![Health](https://phpackages.com/badges/aldhix-breeze-bootstrap-ui/health.svg)](https://phpackages.com/packages/aldhix-breeze-bootstrap-ui)
```

###  Alternatives

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M223](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[code16/sharp

Laravel Content Management Framework

79164.7k8](/packages/code16-sharp)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3991.8k](/packages/codewithdennis-larament)[r2luna/brain

Brain: A process-driven architecture alternative for your Laravel Application.

6338.7k1](/packages/r2luna-brain)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
