Dotenv::ifPresent()
Method: Returns a new validator object that won’t check if the specified variables exist.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:145
Method: Returns a new validator object that won’t check if the specified variables exist.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:145
Method: Load environment file in given directory.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:78
Method: Actually load the data.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:121
Method: Load environment file in given directory.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:107
Method: Required ensures that the specified variables exist, and returns a new validator object.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:133
Method: Load environment file in given directory, silently failing if it doesn’t exist.
Source: vendor/vlucas/phpdotenv/src/Dotenv.php:90
Method: Create a new dotenv environment factory instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:32
Method: Creates a new mutable environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:44
Method: Creates a new immutable environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:54
Method: Create a new dotenv environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvVariables.php:25