khwua / bs-breeze
Minimal Laravel authentication scaffolding with Blade and Bootstrap css.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.1.0
- laravel/breeze: ^2.1
- laravel/framework: ^11.9
README
Introduction
Breeze provides a minimal and simple starting point for building a Laravel application with authentication. Styled with Bootstarp, Tailwind, Breeze publishes authentication controllers and views to your application that can be easily customized based on your own application's needs.
Laravel Breeze is powered by Blade and Tailwind. If you're looking for a more robust Laravel starter kit that includes two factor authentication, Livewire / Inertia support, and more, check out Laravel Jetstream.
Install
composer require khwua/bs-breeze --dev
and run the command
php artisan bs-breeze:install
Contributing
Thank you for considering contributing to Breeze! You can read the contribution guide here.
Code of Conduct
In order to ensure that the Laravel community is welcoming to all, please review and abide by the Code of Conduct.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
License
Laravel Bootstrap Breeze is open-sourced software licensed under the MIT license. Laravel Breeze is open-sourced software licensed under the MIT license.