Thinkphp5 get the configuration file

Config :: Load A = $ ( 'the config.php'); 
var_dump (A $);


// Check if the configuration file exists
$b = Config::has('app_status');
var_dump($b);

Guess you like

Origin www.cnblogs.com/ysbl/p/12617252.html