Config

优质
小牛编辑
128浏览
2023-12-01
Config::get('app.timezone');
//指定默认值
Config::get('app.timezone', 'UTC');
Config::set('database.default', 'sqlite');