configurar gitignore y agregar autoload
This commit is contained in:
parent
50bde319a7
commit
7ab36a94cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
vendor
|
||||
.env
|
||||
*.log
|
@ -4,5 +4,10 @@
|
||||
"vlucas/phpdotenv": "^5.6",
|
||||
"symfony/http-foundation": "^7.1",
|
||||
"catfan/medoo": "^2.1"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "app/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user