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
ApiControllerandBaseService - 🐞 Laravel Debugbar for development debugging
- 🛠️ Helper functions and traits included
📦 Included Packages
spatie/laravel-permissionlaravel/sanctumbarryvdh/laravel-debugbarspatie/laravel-query-builder(optional)- Custom helper functions and service classes
📂 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
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-09