thinkphp5.1 使用 .env 配置开发环境
Sonder
2020-04-06
118字
浏览 (3.5k)
thinkphp5.1 使用.env配置开发环境,windows下新建文件另存为 .env文件,无法直接创建
在开发环境下开启debug和trace模式
APP_DEBUG = true
APP_TRACE = true
thinkphp5.1 使用.env配置开发环境,windows下新建文件另存为 .env文件,无法直接创建
在开发环境下开启debug和trace模式
APP_DEBUG = true
APP_TRACE = true