Skip to content

Add Boolean Support #231

Closed
Closed
@s-belichenko

Description

@s-belichenko

Add processing of boolean variables. For example, I can write in .env:
APP_DEBUG=false
but this code return true in any case:
getenv('APP_DEBUG')
In the end, I have to write something like:
getenv('APP_DEBUG')=="true"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions