skill
职业分类
描述
更新
laravel-blade
网页开发工程师
Organize Laravel Blade pages, layouts, partials, and anonymous components using @extends/@section/@yield, slots, attribute bags, @class, and stacks (@push/@stack) without class-based components.
2026-01-30
actions-first-architecture
软件开发工程师
Enforce an Actions-first Laravel architecture where all business logic lives in `app/Actions/**`, adapters stay thin (Controllers/Jobs/Commands/Listeners/UI handlers), and Action inputs are typed with Spatie Laravel Data. Actions compose via dependency injection and expose a single `execute(...)` method.
2026-01-29