Loading...
Loading...
Found 173 Skills
Schedule tasks with safety; use withoutOverlapping, onOneServer, and visibility settings for reliable cron execution
Generic E2E patterns with Playwright—state setup, seeds, test IDs, auth, environment, and Sail integration
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
Process large datasets efficiently using chunk(), chunkById(), lazy(), and cursor() to reduce memory consumption and improve performance
Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients
Use reportable/renderable exceptions, structured logs, and channel strategy for observability and graceful failures
Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
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
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