Skip to content

Commit 39eb48d

Browse files
committed
env variable support
Signed-off-by: rahul <[email protected]>
1 parent f8f3882 commit 39eb48d

File tree

4 files changed

+547
-463
lines changed

4 files changed

+547
-463
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SECRET_KEY="rahul_chavan"

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"require-dev": {
2424
"phpunit/phpunit": "^10",
25-
"squizlabs/php_codesniffer": "^3.7"
25+
"squizlabs/php_codesniffer": "^3.7",
26+
"symfony/dotenv": "^6.3"
2627
}
2728
}

0 commit comments

Comments
 (0)