skillfed

iSerter

6 unscanned 6 skills total

Skills by iSerter

  • eloquent-best-practices

    MIT· ★ 41 · updated 2026-04-19 — This skill teaches proven patterns for writing efficient Eloquent queries, from eager loading relationships to selecting only needed columns and using query scopes. Learn how to…

  • laravel-api-resource-patterns

    MIT· ★ 41 · updated 2026-04-19 — Learn how to structure Laravel API Resources for clean model transformation and consistent JSON responses. This skill covers conditional attributes, relationship loading,…

  • laravel-authorization-patterns

    MIT· ★ 41 · updated 2026-04-19 — Learn to implement authorization in Laravel using Gates for general ability checks and Policies for model-specific access rules. This skill covers middleware integration, Blade…

  • laravel-middleware-patterns

    MIT· ★ 41 · updated 2026-04-19 — This skill teaches Laravel middleware architecture through practical patterns for request handling. Learn to build before and after middleware, implement terminable patterns for…

  • laravel-systematic-debugging

    MIT· ★ 41 · updated 2026-04-19 — This skill guides you through a four-phase debugging methodology designed to eliminate guesswork when troubleshooting Laravel issues. By enforcing root cause investigation before…

  • laravel-tdd

    MIT· ★ 41 · updated 2026-04-19 — This skill guides you through TDD methodology tailored for Laravel development, using Pest PHP and Laravel's testing tools. Learn the red-green-refactor cycle with…