We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77b214e commit 638d662Copy full SHA for 638d662
readme.md
@@ -39,6 +39,8 @@ use Ahc\Env\Loader;
39
(new Loader)->load('/project/root/.env', true, Loader::ALL);
40
```
41
42
+> Always wrap complex values within double quotes in `.env` file. Eg: `APP_KEY="K&^¢*&D(?<µ}^(P\]X"`
43
+
44
### Retrieving
45
46
```php
0 commit comments