Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
원문 언어: 영어
메뉴
SkillsMP는 meistro57/chat_bridge에서 16개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 16개 중 16개를 표시합니다.
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
원문 언어: 영어
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
원문 언어: 영어
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
원문 언어: 영어
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
원문 언어: 영어
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
원문 언어: 영어
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
원문 언어: 영어
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
원문 언어: 영어
Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
원문 언어: 영어
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
원문 언어: 영어
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
원문 언어: 영어
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
원문 언어: 영어
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
원문 언어: 영어
Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
원문 언어: 영어
Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
원문 언어: 영어
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
원문 언어: 영어
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
원문 언어: 영어