We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3477582 commit 3918564Copy full SHA for 3918564
composer.json
@@ -2,6 +2,11 @@
2
"name": "hussainalihussain/phpmvclaravelclonecore",
3
"description": "PHP MVC Laravel Core",
4
"type": "Library",
5
+ "autoload": {
6
+ "psr-4": {
7
+ "hussainalihussain\\phpmvclaravelclonecore\\": "."
8
+ }
9
+ },
10
"require": {
11
"vlucas/phpdotenv": "^5.4"
12
},
0 commit comments