Extension Version
1.4.2
PHP Binary
Docker
Operating System
Linux
What happened?
When using a base64_decode inside the config I get the following error:
2025-02-09 14:26:34.706 [error] Configs
Error: __VSCODE_LARAVEL_START_OUTPUT____VSCODE_LARAVEL_END_OUTPUT__
It only happens when there is a value in .env to be decoded.
Mimimal Code Sample
'decoded' => base64_decode(env('SECRET')),