voorhof / bries
Laravel authentication scaffolding using the Bootstrap frontend toolkit and Blade templating engine.
Installs: 32
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Language:Blade
Requires
- php: ^8.2
- illuminate/console: ^12.0
- illuminate/filesystem: ^12.0
- illuminate/support: ^12.0
- symfony/console: ^7.0
Requires (Dev)
- laravel/framework: ^12.0
- orchestra/testbench-core: ^10.0
- phpstan/phpstan: ^2.0
This package is auto-updated.
Last update: 2025-07-08 18:03:30 UTC
README
This is a basic starter kit for Laravel authentication scaffolding using Bootstrap 5 as the frontend toolkit.
Heavily inspired on the breeze and blade package option from Laravel Breeze.
Installation
This package should only be used within a fresh Laravel installation.
You can install the package via composer:
composer require voorhof/bries --dev
Run this command to set up the starter kit,
it will copy all necessary resource files to your app and update existing ones:
php artisan bries:install
When you choose to include the CSS grid or dark mode, it will set a root variable.
This can always be updated after installation inside the bootstrap.scss file:
$enable-cssgrid: false; $enable-dark-mode: false;
For using the dark mode and switching themes, you can implement a theme toggler of your choice.
An example of a theme switch toggler can be found on the cheatsheet page, including its styles and scripts.
Credits
- David Carton
- Taylor Otwell for the big inspiration!
- All Contributors
License
The MIT License (MIT). Please see License File for more information.