webceyhan/bootstrap-breeze

Laravel Breeze stubs for Inertia + Vue 3 + Bootstrap 5 stack.

v1.0.0 2023-02-17 20:27 UTC

This package is auto-updated.

Last update: 2024-05-17 23:38:46 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