php-laravel

Collect Laravel 12+ development patterns and Eloquent optimization techniques.

7|Updated Nov 11, 2025
One-click install
npx skills add https://github.com/tenlisboa/.claude --skill php-laravel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: php-laravel
Source: https://github.com/tenlisboa/.claude/tree/main/skills/php-laravel
Command: npx skills add https://github.com/tenlisboa/.claude --skill php-laravel

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill collects Laravel 12+ development patterns, Eloquent optimization techniques, and PHP 8.x best practices to help build maintainable backend applications.

Core Features & Use Cases

  • Thin Controllers: Keep controllers small; delegate to services.
  • Eloquent Patterns: Use select(), with(), withCount(), lazy(), and relationships patterns to optimize queries.
  • Form Requests & Validation: Use Form Requests for input validation and authorization logic.
  • Testing: Pest-based tests pattern for robust tests.
  • PHP 8 Features: Readonly properties, constructor promotion, and typed properties.

Quick Start

Load the architecture references in recommendations and implement a sample feature using the Service Layer pattern with a Form Request, then format code with the linter.