Answers for "check if config exist laravel"

PHP
0

check if config exist laravel

if (config()->has('some.key')) {
    // Get configuration value from config file
} else {
    // Get configuration value from database
}
Posted by: Guest on October-14-2021

Code answers related to "check if config exist laravel"

Browse Popular Code Answers by Language