A Laravel package to use Bootstrap scaffolding with Breeze.
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.
- Laravel 11
- 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