webceyhan/bootstrap-breeze

Laravel Breeze stubs for Inertia + Vue 3 + Bootstrap 5 stack.
61
Install
composer require webceyhan/bootstrap-breeze
Latest Version:v1.0.0
PHP:^8.0.2
License:MIT
Last Updated:Feb 17, 2023
Links: GitHub  ·  Packagist
Maintainer: webceyhan

Introduction

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