定制 bhry98/bhry98-laravel-ready 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

bhry98/bhry98-laravel-ready

最新稳定版本:v1.0.0

Composer 安装命令:

composer require bhry98/bhry98-laravel-ready

包简介

Laravel Starter to manage [identity, users, RBAC,dynamic enums, and more ] for fresh laravel applications only

README 文档

README

A Laravel starter package designed to help developers kickstart new Laravel projects with production-ready settings, pre-installed packages, and a clean architecture structure. Ideal for rapid development with best practices in mind.

🚀 Features

  • ✅ Laravel 11+ support
  • 🔒 Pre-configured user authentication
  • 🧰 API structure ready for Laravel Sanctum
  • 🔐 Role and permission management using spatie/laravel-permission
  • 📦 Centralized response and error handling
  • 👥 Basic user and role seeders
  • 🧱 Modular architecture with ApiController and BaseService
  • 🐞 Laravel Debugbar for development debugging
  • 🛠️ Helper functions and traits included

📦 Included Packages

📂 Folder Structure Overview

app/
├── Actions/
├── Http/
│   ├── Controllers/
│   │   ├── Api/
│   │   └── Auth/
│   ├── Middleware/
│   └── Requests/
├── Models/
├── Services/

routes/
├── api.php
├── web.php

config/
database/
├── seeders/

📚 Documentation

🚫 Security: Reset Password Attempt Limit

A configurable limit on failed password reset attempts is built in to reduce brute-force attacks.
It can be customized via config/auth.php or through your own middleware logic.

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-05-09