Skip to content

[Bug]: Extension startup error when using base64_decode in config #551

@bernardwiesner

Description

@bernardwiesner

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')),

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions