Laravel - Configuration and Environment
Which helper function is used in Laravel to retrieve configuration values?
config() helper to access configuration values easily.env() reads environment variables, not config files; setting() and getConfig() are not Laravel helpers.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions