Home > Q&A > body text
namespace app\admin\controller;use think\facade\Config;class User{ public function get() { //Get all configuration items dump(Config;;get()); }}