guizoxxv/laravel-breeze-bootstrap

A Laravel package to use Bootstrap scaffolding with Breeze.

Maintainers

Package info

github.com/guizoxxv/laravel-breeze-bootstrap

Language:Blade

pkg:composer/guizoxxv/laravel-breeze-bootstrap

Statistics

Installs: 16 907

Dependents: 0

Suggesters: 0

Stars: 45

Open Issues: 0

v1.0.2 2024-07-22 13:50 UTC

This package is not auto-updated.

Last update: 2026-03-30 21:36:56 UTC


README

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

Instalation

  1. Require the package via Composer:
composer require guizoxxv/laravel-breeze-bootstrap --dev
  1. Install Breeze Bootstrap stack
php artisan breeze-bootstrap:install
  1. Migrate your database:
php artisan migrate
  1. Compile your application's frontend assets
npm install
npm run dev