mralston/bootstrap-breeze

Minimal Laravel authentication scaffolding with Vue, Inertia & Bootstrap. This package is based on laravel/breeze by Taylor Otwell.
939 15
Install
composer require mralston/bootstrap-breeze
Latest Version:1.0.6
PHP:^7.3|^8.0
License:MIT
Last Updated:Feb 27, 2023
Links: GitHub  ·  Packagist
Maintainer: mralston

Introduction

Breeze provides a minimal and simple starting point for building a Laravel 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 and Bootstrap. 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.

This package is based on Laravel Breeze (laravel/breeze) by Taylor Otwell.

Getting started couldn't be easier:

laravel new my-app

cd my-app

composer require mralston/bootstrap-breeze --dev

php artisan breeze:install vue-bootstrap

npm install && npm run dev

Configure your database connection in the .env file, then:

php artisan migrate

Contributing

You can read the contribution guide for Laravel 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 the Laravel security policy on how to report security vulnerabilities.

License

Laravel Breeze is open-sourced software licensed under the MIT license.

Related Packages

webceyhan/bootstrap-breeze

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

61 0
szykra/laravel-flash-notifications

Easy way to display Flash Notifications in Laravel 5.

38,419 8
acacha/admin-lte-template-laravel

AdminLTE template applied to Laravel Scaffolding

390,355 1,799
kodeine/laravel-acl

Light-weight role-based permissions for Laravel 5 built in Auth system.

362,079 777