Loader::load()

Load the environment file from disk.


Return

(Dotenvarray<string|Dotenvnull>)


Source

File: vendor/vlucas/phpdotenv/src/Loader.php

    public function load()
    {
        return $this->loadDirect(
            self::findAndRead($this->filePaths)
        );
    }