Add dotenv package and .env file

This commit is contained in:
Krzysztof Płaczek
2024-10-20 12:57:16 +02:00
parent a911d614e0
commit 7053716924
6 changed files with 86 additions and 5 deletions

View File

@@ -9,7 +9,8 @@
"laravel/serializable-closure": "^1.3",
"symfony/http-kernel": "^7.1",
"symfony/framework-bundle": "^7.1",
"symfony/twig-bundle": "^7.1"
"symfony/twig-bundle": "^7.1",
"symfony/dotenv": "^7.1"
},
"autoload": {
"psr-4": {