aldhix/breeze-bootstrap-ui 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

aldhix/breeze-bootstrap-ui

最新稳定版本:v1.0.2

Composer 安装命令:

composer require aldhix/breeze-bootstrap-ui

包简介

Laravel Breeze UI dengan Bootstrap 5

README 文档

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

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

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

Watch on YouTube

📦 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

统计信息

  • 总下载量: 251
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-08-26