guizoxxv / laravel-breeze-bootstrap
A Laravel package to use Bootstrap scaffolding with Breeze.
Installs: 5 098
Dependents: 0
Suggesters: 0
Security: 0
Stars: 38
Watchers: 3
Forks: 4
Open Issues: 1
Language:Blade
Requires
- laravel/breeze: ^2.1
This package is not auto-updated.
Last update: 2025-03-31 16:57:57 UTC
README
A Laravel package to use Bootstrap scaffolding with Breeze.
Introduction
Bootstrap is not supported by default in authentication starter kits since Laravel version 8. This package combines the UI pattern on the legacy package laravel/ui that uses Bootstrap, with the newer authentication starter kit laravel/breeze.
Supported versions
- Laravel 11
Instalation
- Require the package via Composer:
composer require guizoxxv/laravel-breeze-bootstrap --dev
- Install Breeze Bootstrap stack
php artisan breeze-bootstrap:install
- Migrate your database:
php artisan migrate
- Compile your application's frontend assets
npm install
npm run dev