Skip to content

Document alternative for PHP #8

@fgm

Description

@fgm

Since PHP (except on the CLI) is not run as a process, document the equivalent solution (e.g. composer: autoload.files loading a file with:

<?php
use Dotenv\Dotenv;

$dotenv = Dotenv::createUnsafeImmutable(__DIR__);
$dotenv->safeLoad();

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions