Loading...
Loading...
Found 2,090 Skills
Configure CSRF and origin-aware request forgery protection; PreventRequestForgery middleware (Laravel 13+) with token fallback and exclusions
Choose Sail automatically when available, fall back cleanly to host PHP/Composer/Node; paired command map for both environments
Interactive design refinement tailored to Laravel projects; clarify domain, data, interfaces, testing, and quality gates while accounting for Sail/non‑Sail environments
Request effective code reviews—specify focus areas, provide context, ask for architectural feedback, reference Laravel conventions
Use first-party PHP attributes (Laravel 13+) for controllers, authorization, queue jobs, and models; declarative configuration colocated with code
Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files
Detect Sail/non‑Sail and print the right command pairs for your environment; verify dependencies and key services are reachable
Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation
Practical daily checklist for Laravel projects; bring services up, run migrations, queues, quality gates, and tests
Build AI features with the first-party Laravel AI SDK (Laravel 13+); agents, embeddings, images, audio, and tool calling with provider-agnostic APIs
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes
Keep cyclomatic complexity low; flatten control flow, extract helpers, and prefer table-driven/strategy patterns over large switches