$conf ='app_debug';
$isExist= Config::has($conf);
$isExist= $isExist ? (Config::get($conf)) : ($conf." The configuration item does not exist");
return ($isExist);----If $conf is true, an error will be reported
dump($isExist);------Correct