dotenv implementation

This commit is contained in:
twotalesanimation
2025-05-23 11:50:53 +02:00
parent ac357402ca
commit a103c5e272
24 changed files with 1102 additions and 23 deletions

View File

@@ -1,5 +1,6 @@
{
"require": {
"mailjet/mailjet-apiv3-php": "^1.6"
"mailjet/mailjet-apiv3-php": "^1.6",
"vlucas/phpdotenv": "^5.6"
}
}