承接 voorhof/bries 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

voorhof/bries

最新稳定版本:v1.1.0

Composer 安装命令:

composer require voorhof/bries

包简介

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

README 文档

README

Latest Version Run tests Code Style Total Downloads

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 --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 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

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 693
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 1
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-07-04