Initial commit

This commit is contained in:
2024-08-27 19:03:24 -05:00
commit 5438f9e358
27 changed files with 2693 additions and 0 deletions

12
web/composer.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "hpz/photogal",
"type": "project",
"autoload": {
"psr-4": {
"Hpz\\Photogal\\": "src/"
}
},
"require": {
"vlucas/phpdotenv": "^5.6"
}
}