Laravel - Configuration and Environment
Which of the following is the correct way to access a configuration value in Laravel?
config() to access config values easily.config('file.key'), for example config('app.timezone').15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions