140 results (3.6ms) page 2 / 7
noartem / skills-laravel-controller-cleanup exact

Reduce controller bloat using Form Requests for auth/validation, small Actions/Services with DTOs, and resource/single-action controllers

noartem / skills-laravel-rate-limiting exact

Apply per-user and per-route limits with RateLimiter and throttle middleware; use backoffs and headers for clients

noartem / skills-laravel-migrations-and-factories exact

Safe database change patterns; when to modify vs add migrations; always pair models with migrations and factories; seeding guidance

noartem / skills-laravel-routes-best-practices exact

Keep routes clean and focused on mapping requests to controllers; avoid business logic, validation, or database operations in route files

noartem / skills-laravel-config-env-storage exact

Portable storage configuration across S3/R2/MinIO with optional CDN—env toggles, path-style endpoints, and URL generation