aryokesuma / breezstrap
A Laravel package to use Bootstrap scaffolding with Breeze.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- laravel/breeze: ^2.1
- laravel/framework: ^11.0|^12.0
README
Laravel Breezstrap (Breeze Bootstrap)
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
- Laravel 12
Instalation
- Require the package via Composer:
composer require aryokesuma/breezstrap
- or
composer require aryokesuma/breezstrap --dev
- Install Breezstrap (Breeze Bootstrap) stack
php artisan breezstrap:install
- Migrate your database:
php artisan migrate
- Compile your application's frontend assets
npm install
npm run dev