Dotenv::load()
Load environment file in given directory.
Return
(Dotenvarray<string|Dotenvnull>)
Source
File: vendor/vlucas/phpdotenv/src/Dotenv.php
public function load()
{
return $this->loadData();
}
Load environment file in given directory.
(Dotenvarray<string|Dotenvnull>)
File: vendor/vlucas/phpdotenv/src/Dotenv.php
public function load()
{
return $this->loadData();
}