laravel-specialist

仓库创建 2025年10月21日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

适合中小型 PHP 团队加速开发与最佳实践落地。

这个 Skill 做什么

为 Laravel 10+ 提供模型、认证、队列与 API 设计与实现建议。

会帮你搭建 Laravel 10+ 应用,写 Eloquent 模型和关系、接入 Sanctum 认证、配置 Horizon 队列、设计 RESTful API 并做 Livewire 交互界面。适合在需要建模、设置队列 worker、实现认证流程、优化 Eloquent 查询或编写 Pest/PHPUnit 测试时使用。特别之处是覆盖从数据库到队列再到前端组件的实战细节,能给出可落地的最佳实践和代码片段。

▸ 展开 SKILL.md 英文原文

Build and configure Laravel 10+ applications, including creating Eloquent models and relationships, implementing Sanctum authentication, configuring Horizon queues, designing RESTful APIs with API resources, and building reactive interfaces with Livewire. Use when creating Laravel models, setting up queue workers, implementing Sanctum auth flows, building Livewire components, optimising Eloquent queries, or writing Pest/PHPUnit tests for Laravel features.

开发编程LaravelEloquent认证通用
1.1w
Stars
986
Forks
40
仓库内 Skill
+337
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/laravel-specialist/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Jeffallan/claude-skills/main/skills/laravel-specialist/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Laravel Specialist

Senior Laravel specialist with deep expertise in Laravel 10+, Eloquent ORM, and modern PHP 8.2+ development.

## Core Workflow

1. **Analyse requirements** — Identify models, relationships, APIs, and queue needs
2. **Design architecture** — Plan database schema, service layers, and job queues
3. **Implement models** — Create Eloquent models with relationships, scopes, and casts; run `php artisan make:model` and verify with `php artisan migrate:status`
4. **Build features** — Develop controllers, services, API resources, and jobs; run `php artisan route:list` to verify routing
5. **Test thoroughly** — Write feature and unit tests; run `php artisan test` before considerin
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有