Call to a member function getBasePath() on null
thinkphp6的basepath在哪设置!
.env
APP_DEBUG = true
[APP]
DEFAULT_TIMEZONE = Asia/Shanghai
base_path=D:/phpstudy_pro/WWW/financetown/app/
//大写:BASE_PATH也不管用
config/app.php
return [
// 应用地址
'app_host' => env('app.host', ''),
// 禁止URL访问的应用列表(自动多应用模式有效)
'deny_app_list' => [],
// 显示错误信息
'show_error_msg' => true,
'base_path' => 'D:/phpstudy_pro/WWW/financetown/app/'
];
异常的全部轨迹
Exception trace:
() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\command\Make.php:72
think\console\command\Make->getPathName() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\command\Make.php:36
think\console\command\Make->execute() at D:\phpstudy_pro\WWW\financetown\vendor\haojohnny\tp6-curd\src\Make.php:45
Haojohnny\Tp6Curd\Make->executeBuild() at D:\phpstudy_pro\WWW\financetown\vendor\haojohnny\tp6-curd\src\Command\Curd.php:28
Haojohnny\Tp6Curd\Command\Curd->execute() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\console\Command.php:210
think\console\Command->run() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:655
think\Console->doRunCommand() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:314
think\Console->doRun() at D:\phpstudy_pro\WWW\financetown\vendor\topthink\framework\src\think\Console.php:251
think\Console->run() at D:\phpstudy_pro\WWW\financetown\think:10
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论