aryokesuma/breezstrap

A Laravel package to use Bootstrap scaffolding with Breeze.

Maintainers

Package info

github.com/Aryo07/breezstrap

Language:Blade

pkg:composer/aryokesuma/breezstrap

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.1 2025-10-06 05:39 UTC

This package is auto-updated.

Last update: 2026-03-14 03:46:19 UTC


README

Latest Stable Version Total Downloads License

Laravel Breezstrap (Breeze Bootstrap)

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
  • Laravel 12

Instalation

  1. Require the package via Composer:
composer require aryokesuma/breezstrap
  • or
composer require aryokesuma/breezstrap --dev
  1. Install Breezstrap (Breeze Bootstrap) stack
php artisan breezstrap:install
  1. Migrate your database:
php artisan migrate
  1. Compile your application's frontend assets
npm install
npm run dev