# Mayrlabs Internal PHP Laravel

> Extracted PHP / Laravel standards from MayR Labs GEMINI.md Use when this capability is needed.

- Skill: `tomevault-io/mayrlabs-internal-php-laravel` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/mayrlabs-internal-php-laravel`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/mayrlabs-internal-php-laravel/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/mayrlabs-internal-php-laravel

---


# MayR Labs Internal: PHP (Laravel) Standards

- Prefer **imported classes over FQNs**
- Controllers must be thin:
  - Move logic to **Services / Actions**

## Validation

- Use Form Requests — no inline validation mess

---
> Source: [MayR-Labs/skills](https://github.com/MayR-Labs/skills) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-05-23 -->

