phpstorm laravel安装提示 php artisan ide-helper:generate 运行后报错?

laravel1 php artisan ide-helper:generate
PDOException: SQLSTATE[HY000] [2002] No such file or directory
Please configure your database connection correctly, or use the sqlite memory driver (-M). Skipping \Illuminate\Support\Facades\Password.
PDOException: SQLSTATE[HY000] [2002] No such file or directory
Please configure your database connection correctly, or use the sqlite memory driver (-M). Skipping \Illuminate\Support\Facades\Schema.
A new helper file was written to _ide_helper.php

我项目正常运行,所以数据库肯定是连接成功了。

数据库配置

阅读 2k
1 个回答

你要不换成localhost换成127.0.0.1试试

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题