沒有錯(cuò),老師講的對(duì),CONF_PATH 默認(rèn)是APP_PATH,在入口文件那里設(shè)置一下就可以了。define('CONF_PATH',__DIR__ . '/../conf/');
2017-08-30
app文件夾在hocalhost頁面看不到,手動(dòng)在erl后面加上、app之后頁面顯示:You don't have permission to access /app on this server.
2017-08-25
配置不生效的,需要在 public 目錄下的 index.php 中加入 define('CONF_PATH',__DIR__ . '/../conf/');
2017-08-22