Loading...
Loading...
Found 175 Skills
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
Consistent Nova resources—fields, actions, metrics, lenses, filters, authorization—and how to evolve resources alongside schema changes