获取全部配置项 dump(Config::get());仅获取app下面的配置项,app是一级配置项 dump(Config::get(‘app.’));仅获取一级配置项,推荐使用pull() dump(Config::pull(‘app’...