Dotenv::create()
Method: Create a new dotenv instance.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:45
Method: Create a new dotenv instance.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:45
Method: Returns the full paths to the files.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:64
Method: Load environment file in given directory.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:78
Method: Load environment file in given directory, silently failing if it doesn’t exist.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:90
Method: Load environment file in given directory.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:107
Method: Actually load the data.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:121
Method: Required ensures that the specified variables exist, and returns a new validator object.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:133
Method: Returns a new validator object that won’t check if the specified variables exist.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:145
Method: Get the list of environment variables declared inside the ‘env’ file.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:155
Method: Create a new dotenv instance.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:31