Shift PSR-4 autoloading
This commit is contained in:
parent
c90b1c6a43
commit
c367fa7e40
1 changed files with 113 additions and 111 deletions
|
@ -88,7 +88,9 @@
|
|||
"database"
|
||||
],
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
"App\\": "app/",
|
||||
"Database\\Factories\\": "database/factories/",
|
||||
"Database\\Seeders\\": "database/seeders/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
|
|
Loading…
Add table
Reference in a new issue