/** Checks if the given key is present. */ $present = Config::has('monolog.name'); /** Gets the configuration value specified by the Dot-notation key. */ $value = Config::get('monolog.name', $default);