PHPackages                             voorhof/bries - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. voorhof/bries

ActiveLibrary[Templating &amp; Views](/categories/templating)

voorhof/bries
=============

Laravel authentication scaffolding using the Bootstrap frontend toolkit and Blade templating engine.

v1.1.1(4mo ago)0784[2 PRs](https://github.com/voorhof/bries/pulls)1MITBladePHP ^8.2CI passing

Since Jul 15Pushed 1mo agoCompare

[ Source](https://github.com/voorhof/bries)[ Packagist](https://packagist.org/packages/voorhof/bries)[ RSS](/packages/voorhof-bries/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (7)Versions (9)Used By (1)

Bries starter kit for Laravel
=============================

[](#bries-starter-kit-for-laravel)

[![Latest Version](https://camo.githubusercontent.com/66875dfbd6afaa95e938f47a75b6f130f4746dc49e28672d3e58f4d8adc980ee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f766f6f72686f662f62726965732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/voorhof/bries)[![Run tests](https://github.com/voorhof/bries/actions/workflows/run-test.yml/badge.svg)](https://github.com/voorhof/bries/actions/workflows/run-test.yml)[![Code Style](https://camo.githubusercontent.com/2cc3e1a7304a9a323ba64afaf38575a6a82090ef3eb3020acaa85ebfe81e80c9/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f766f6f72686f662f62726965732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d6173746572266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/voorhof/bries/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/3961cf013b9c58c4f04f963e8dbe35cf58aa214141edbacb4c6c57a69e7684ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f766f6f72686f662f62726965732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/voorhof/bries)

This is a basic starter kit for Laravel authentication scaffolding using [Bootstrap 5](https://getbootstrap.com/) as the frontend toolkit.
Heavily inspired on the **breeze and blade** package option from [Laravel Breeze](https://github.com/laravel/breeze).

Installation
------------

[](#installation)

This package should only be used within a fresh Laravel installation.
You can install the package via composer:

```
composer require --dev voorhof/bries
```

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 switching themes when using the dark mode, 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.

When you only want to copy the stub files without the node building and database migration steps, use the command below.
This is useful when implementing this package inside an existing starter-kit build process to speed up the installation.
For example, inside [voorhof/cms](https://github.com/voorhof/cms) Bries is available as the authentication scaffolding.
That package has its own building steps, which are executed after copying both Bries and Cms stubs.

```
php artisan bries:copy
```

Credits
-------

[](#credits)

- [David Carton](https://github.com/voorhof)
- [Taylor Otwell](https://github.com/taylorotwell) for the big inspiration!
- [All Contributors](https://github.com/voorhof/bries/contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance84

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~35 days

Recently: every ~44 days

Total

6

Last Release

126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/023d7d75f1ff45ef9d7623ad729a06019d40eebd1e11a59d4f4fab6baffae267?d=identicon)[Voorhof](/maintainers/Voorhof)

---

Top Contributors

[![voorhof](https://avatars.githubusercontent.com/u/201749104?v=4)](https://github.com/voorhof "voorhof (86 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (6 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (2 commits)")

---

Tags

bootstrap5laravel-packagestarter-kitlaravelauthbladebootstrapstarter-kit

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/voorhof-bries/health.svg)

```
[![Health](https://phpackages.com/badges/voorhof-bries/health.svg)](https://phpackages.com/packages/voorhof-bries)
```

###  Alternatives

[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[laravel/breeze

Minimal Laravel authentication scaffolding with Blade and Tailwind.

3.0k31.3M148](/packages/laravel-breeze)[laravel/ui

Laravel UI utilities and presets.

2.7k134.9M601](/packages/laravel-ui)[laravel/jetstream

Tailwind scaffolding for the Laravel framework.

4.1k19.8M136](/packages/laravel-jetstream)[blade-ui-kit/blade-icons

A package to easily make use of icons in your Laravel Blade views.

2.5k34.2M309](/packages/blade-ui-kit-blade-icons)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
