Skip to content

Commit 5997a08

Browse files
committed
update readme
1 parent 444127e commit 5997a08

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ As early as possible in your application bootstrap process, load .env:
1515

1616
use DotenvVault\DotenvVault;
1717
require __DIR__.'/vendor/autoload.php';
18+
include __DIR__.'/vendor/dotenv-org/phpdotenv-vault/src/DotEnvVault.php';
1819

1920
$dotenv = DotenvVault::createImmutable(__DIR__, '.env.vault');
2021
$dotenv->load(); # take environment variables from .env.vault

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"license": "BSD-3-Clause",
1313
"autoload": {
1414
"psr-4": {
15-
"PhpdotenvVault\\": "src/"
15+
"DotenvVault\\": "src/"
1616
}
1717
},
1818
"authors": [
@@ -29,7 +29,7 @@
2929
"extra": {
3030
"laravel": {
3131
"providers": [
32-
"PhpdotenvVault\\PhpdotenvVaultServiceProvider"
32+
"DotenvVault\\DotenvVaultServiceProvider"
3333
]
3434
}
3535
},

0 commit comments

Comments
 (0)