What problem does it solve?
This Skill defines and enforces best practices for developing web applications using the Laravel, Inertia.js, and React stack, ensuring consistency and maintainability.
Core Features & Use Cases
- Framework Conventions: Provides detailed guidelines for Laravel controllers, models, routes, services, and migrations.
- Inertia & React Patterns: Outlines best practices for building dynamic, single-page applications with Inertia.js and React 19, including component structure, state management, and form handling.
- Styling Standards: Specifies conventions for using TailwindCSS for efficient and scalable styling.
- Testing Methodologies: Details recommended approaches for both PHP (Pest) and React (React Testing Library) testing.
- Use Case: A new developer joins a project using this stack; they can immediately consult this Skill to understand the established coding standards, project structure, and preferred patterns, accelerating their onboarding and reducing the likelihood of introducing non-compliant code.
Quick Start
Follow the Laravel 12 conventions for controllers, models, and routes.