Skip to content

Commit 3918564

Browse files
committed
Autoload (of core) is added to composer.json
1 parent 3477582 commit 3918564

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

composer.json

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"name": "hussainalihussain/phpmvclaravelclonecore",
33
"description": "PHP MVC Laravel Core",
44
"type": "Library",
5+
"autoload": {
6+
"psr-4": {
7+
"hussainalihussain\\phpmvclaravelclonecore\\": "."
8+
}
9+
},
510
"require": {
611
"vlucas/phpdotenv": "^5.4"
712
},

0 commit comments

Comments
 (0)