What problem does it solve?
This Skill provides a structured set of PHP 8.3+ development patterns and templates to accelerate building modern Laravel 11 and Symfony 7 applications, reducing boilerplate and guiding best practices.
Core Features & Use Cases
- Laravel 11 patterns: Eloquent models, resources, requests, and services aligned with Laravel 11 conventions.
- Symfony 7 patterns: Controllers, services, and Doctrine mappings that follow Symfony 7 paradigms.
- Modern PHP features: Enums, attributes, constructor property promotion, typed properties, and union types applied to typical API projects.
- Comprehensive patterns library: Includes validation, testing, events, queues, and API resource design to cover full-stack PHP development.
- Use Case: When starting a new PHP API project, reference these patterns to scaffold consistent architecture across Laravel and Symfony codebases.
Quick Start
Install PHP 8.3+, create a Laravel 11 or Symfony 7 project, then refer to this Skill for ready-to-use patterns, templates, and examples to implement typical app features quickly.