webceyhan / bootstrap-breeze
Laravel Breeze stubs for Inertia + Vue 3 + Bootstrap 5 stack.
Package info
github.com/webceyhan/bootstrap-breeze
Language:Vue
pkg:composer/webceyhan/bootstrap-breeze
v1.0.0
2023-02-17 20:27 UTC
Requires
- php: ^8.0.2
- illuminate/console: ^9.21|^10.0
- illuminate/filesystem: ^9.21|^10.0
- illuminate/support: ^9.21|^10.0
- illuminate/validation: ^9.21|^10.0
This package is auto-updated.
Last update: 2026-03-18 03:41:02 UTC
README
Breeze provides a minimal and simple starting point for building a Laravel 10 application with authentication. Breeze publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.
Bootstrap Breeze is powered by Inertia, Vue 3 and Bootstrap 5 and replacing TailwindCSS.
Getting started couldn't be easier:
laravel new my-app --breeze # choose inertia + vue stack (+ tailwindcss by default) cd my-app composer require webceyhan/bootstrap-breeze --dev php artisan breeze:vue-bootstrap npm install && npm run dev