Dotenv::safeLoad()

Method: Load environment file in given directory, silently failing if it doesn’t exist.

Source: vendor/vlucas/phpdotenv/src/Dotenv.php:90

Used by 0 functions | Uses 1 function

Dotenv::required()

Method: Required ensures that the specified variables exist, and returns a new validator object.

Source: vendor/vlucas/phpdotenv/src/Dotenv.php:133

Used by 0 functions | Uses 1 function

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

Used by 0 functions | Uses 1 function