7 lines
262 B
Markdown
7 lines
262 B
Markdown
---
|
|
globs: src/Shared/**/*.php
|
|
description: Reduces duplication and promotes consistency throughout the application.
|
|
alwaysApply: true
|
|
---
|
|
|
|
Common components like DTOs, Interfaces, Helpers, and Exceptions are placed in the Shared layer for reuse across features. |