Laravel Breeze stubs for Inertia + Vue 3 + Bootstrap 5 stack.
webceyhan/bootstrap-breeze is a Laravel package for laravel breeze stubs for inertia + vue 3 + bootstrap 5 stack..
It currently has 0 GitHub stars and 61 downloads on Packagist (latest version v1.0.0).
Install it with composer require webceyhan/bootstrap-breeze.
Discover more Laravel packages by webceyhan
or browse all Laravel packages to compare alternatives.
Last updated
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