update project
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user