You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.
在base.php中,ROOT_PATH被定义为“路径/”,这种格式怎么能连接 .env 呢?我很困惑
22行,41行:
defined('ROOT_PATH') or define('ROOT_PATH', dirname(realpath(APP_PATH)) . DS);
if (is_file(ROOT_PATH . '.env')) {
The text was updated successfully, but these errors were encountered: