Example Use | Laravel 5: Accessing and Manipulating Configuration Values With config
The following example shows how to resolve an instance of Illuminate\Config\Repository from the Service Container: 1 // Calling the `config` function without any arguments 2 $ configRepository = config ( ) ; After the above code has executed, the...