Files
2026-05-29 04:33:03 -04:00

21 lines
352 B
Markdown

# Dependency Map
Generate the live map with:
```bash
php artisan app:dependency-map --markdown
```
Acceptable examples:
```text
Http\Controllers\Api\V2\Finance -> SchoolCore\Finance\Contracts
IslamicSundaySchool\Reporting -> SchoolCore\Reporting\Contracts
```
Unacceptable example:
```text
SchoolCore\Students -> IslamicSundaySchool\Students
```