Env loader

This commit is contained in:
Maarten 2024-11-25 20:23:45 +01:00
parent afa8a341bd
commit 2a4a422722
7 changed files with 464 additions and 11 deletions

View file

@ -9,7 +9,8 @@
],
"require": {
"php": ">=8.3.0",
"filp/whoops": "^2.16"
"filp/whoops": "^2.16",
"vlucas/phpdotenv": "^5.6"
},
"require-dev": {
"symfony/var-dumper": "^7.1"