Custom Laravel Backend Conventions
Scope
Apply this skill only for Laravel backend work.
Rules
- •Use
useimports instead of inline FQNs like\App\Models\User. - •Prefer
__invoke()for invokable classes to improve IDE support.
Execution Notes
- •Keep changes minimal and consistent with existing project patterns.
- •Do not apply this skill to non-PHP or non-Laravel tasks.