fabppl/laravel-teams-react-starter-kit
最新稳定版本:1.2.0
Composer 安装命令:
composer create-project fabppl/laravel-teams-react-starter-kit
包简介
The skeleton team's tenant application for the Laravel framework.
README 文档
README
Features
Authentication
- registration
- email verification
- login
- logout
- password reset
- profile management
Team Management
- creation
- settings
- roles and permissions
- invitations
- member management
- switching
Development
Defaults
Look at the AppServiceProvider.php file for the defaults features.
- Safe Console
- Immutable Dates
- Strict & Unguarded Models
- Strict Password rules
- Force HTTPS
- Asset Prefetching
Code quality
To ensure code quality, we use the following tools:
- ESLint for JavaScript linting
- Prettier for code formatting
- Pint for PHP code formatting
- Rector for automated refactoring of PHP code
- PHPStan for static analysis of PHP code
- Pest for testing PHP code and coverage
To run these tools, you can use the following commands:
# For JavaScript linting npm run lint # For JavaScript formatting npm run format # For PHP linting composer lint # For PHP automated refactoring composer refactor # For PHP static analysis composer analyse # For PHP testing composer test # For PHP code coverage composer coverage
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-07-04