计算机网络/计算机科学与应用/系统/运维/开发

tp5.1 读取config配置

控制器

use think\facade\config;

Config::get();  // 返回数组

Config::get('app.app_debug'));


是否存在

Config::has('template.type'));

再长的路,一步步也能走完,再短的路,不迈开双脚也无法到达

评论

^