Retrieving Configuration Values | Laravel 5: Accessing and Manipulating Configuration Values With config
The config function can even be used to retrieve configuration values, as long as the provided $key is not an array and not null . A $default value can be supplied that will be returned if the configuration $key does not exist. The following...