来源信息
- 仓库
- Fujigo-Software/f5-framework-claude
- 最近来源活动
- 2026年2月4日 06:29
- 检测到的 SKILL.md 语言
- 英语
- 星标
- 24
- 分支
- 8
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
文件资源管理器
21 个文件正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- laravel-skills
- description
- Laravel framework patterns, best practices, and implementation guides
- category
- stacks/backend/laravel
- applies_to
- laravel
- allowed-tools
- Read, Write, Glob, Grep, Bash
- user-invocable
- true
- context
- inject
# Laravel Skills
PHP web framework with expressive, elegant syntax.
## Sub-Skills
### Database
- [eloquent-patterns.md](database/eloquent-patterns.md) - Eloquent ORM patterns
- [relationships.md](database/relationships.md) - Model relationships
- [query-scopes.md](database/query-scopes.md) - Query scopes
- [migrations.md](database/migrations.md) - Migration patterns
### Security
- [authentication.md](security/authentication.md) - Laravel auth
- [authorization.md](security/authorization.md) - Gates and policies
- [api-auth.md](security/api-auth.md) - API authentication
### API
- [resources.md](api/resources.md) - API resources
- [controllers.md](api/controllers.md) - Controller patterns
- [validation.md](api/validation.md) - Request validation
### Error Handling
- [exception-handling.md](error-handling/exception-handling.md) - Exception handling
- [logging.md](error-handling/logging.md) - Logging patterns
### Testing
- [feature-testing.md](testing/feature-testing.md) - Feature tests
- [unit-testing.md](testing/unit-testing.md) - Unit tests
- [factories.md](testing/factories.md) - Model factories
### Performance
- [caching.md](performance/caching.md) - Laravel cache
- [queues.md](performance/queues.md) - Queue processing
## Detection
Auto-detected when project contains:
- `artisan` file
- `composer.json` with `laravel/framework`
- `Illuminate\\` namespace
在 GitHub 查看