configurar gitignore y agregar autoload

This commit is contained in:
David Vargas 2024-11-10 03:18:31 -06:00
parent 50bde319a7
commit 7ab36a94cf
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
vendor
.env
*.log

View File

@ -4,5 +4,10 @@
"vlucas/phpdotenv": "^5.6",
"symfony/http-foundation": "^7.1",
"catfan/medoo": "^2.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
}