Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Avoid common Laravel mistakes — N+1 queries, mass assignment, cache gotchas, and queue serialization traps.
Avoid common Laravel mistakes — N+1 queries, mass assignment, cache gotchas, and queue serialization traps.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
TopicFileN+1 queries, eager loading, accessors, observerseloquent.mdValidation, middleware order, dependency injectioncontrollers.mdJob serialization, retries, failed jobsqueues.mdGuards, policies, gates, Sanctum tokensauth.mdXSS escaping, components, slotsblade.mdCommands, scheduling, tinkerartisan.md
Eager load relationships — with('posts') not lazy ->posts in loop (N+1) preventLazyLoading() in dev AppServiceProvider — crashes on N+1, catches early env() only in config files — returns null after config:cache $fillable whitelist fields — $guarded = [] allows mass assignment attacks find() returns null — use findOrFail() to avoid null checks Job properties serialize models as ID — re-fetched on process, may be stale/deleted route:cache requires controller routes — closures break cached routes DB::transaction() doesn't catch exit/timeout — only exceptions roll back RefreshDatabase uses transactions — faster than DatabaseMigrations {!! $html !!} skips escaping — XSS vector, use {{ }} by default Middleware order matters — earlier middleware wraps later execution required validation passes empty string — use required|filled for content firstOrCreate persists immediately — firstOrNew returns unsaved model Route model binding uses id — override getRouteKeyName() for slug
Trading, swaps, payments, treasury, liquidity, and crypto-financial operations.
Largest current source with strong distribution and engagement signals.