public function upconfig(){ $status=config('app_debug'); $status==0?$str="Env::get('app.debug', false)":$str="Env::get('app.debug', true)"; $status==1?$restr="Env::get('app.debug', false)":$restr="Env::get('app.debug', true)"; $fileurl = APP_PATH . "config.php"; $string=file_get_contents($fileurl); $string=str_replace($str,$restr,$string); file_put_contents($fileurl,$string); $this->success('成功'); }
希望以上内容对你有所帮助!如果还有其他问题,请随时提问。 各类知识收集 拥有多年CMS企业建站经验,对 iCMS, Fastadmin, ClassCMS, LeCMS, PbootCMS, PHPCMS, 易优CMS, YzmCMS, 讯睿CMS, 极致CMS, Wordpress, HkCMS, YznCMS, WellCMS, ThinkCMF, 等各类cms的相互转化,程序开发,网站制作,bug修复,程序杀毒,插件定制都可以提供最佳解决方案。
未经允许不得转载:Str Tom工作室 » 增加调试模式和正常模式切换