Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Quellsprache: Englisch
Menü
SkillsMP hat 16 Skills aus meistro57/chat_bridge gesammelt. Öffne einen Skill, um Quelle und Details zu prüfen.
Es werden 16 von 16 gesammelten Skills angezeigt.
Use API Resources with pagination and conditional fields; keep response shapes stable and cache-friendly
Quellsprache: Englisch
Compose UIs with Blade components, slots, and layouts; keep templates pure and testable
Quellsprache: Englisch
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
Quellsprache: Englisch
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
Quellsprache: Englisch
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
Quellsprache: Englisch
Provide comprehensive context in prompts—files, errors, Laravel version, dependencies, and monorepo details—for accurate AI responses
Quellsprache: Englisch
Define clear relationships and load data efficiently; prevent N+1, use constraints, counts/sums, and pivot syncing safely
Quellsprache: Englisch
Move validation and authorization into Form Requests; use rule objects, custom messages, and nested data handling to keep controllers slim
Quellsprache: Englisch
Use Laravel-specific vocabulary—Eloquent patterns, Form Requests, API resources, jobs/queues—to get idiomatic framework code
Quellsprache: Englisch
Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance
Quellsprache: Englisch
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
Quellsprache: Englisch
Enforce access via Policies and Gates; use authorize() and authorizeResource() to standardize controller protections
Quellsprache: Englisch
Operate and verify queues with or without Horizon; safe worker flags, failure handling, and test strategies
Quellsprache: Englisch
Define clear constraints—performance, security, testing, architecture, dependencies—so AI generates code that meets your project standards
Quellsprache: Englisch
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Quellsprache: Englisch
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
Quellsprache: Englisch