21 lines
352 B
Markdown
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
|
|
```
|