# 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 ```