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
我项目正常运行,所以数据库肯定是连接成功了。
数据库配置
你要不换成localhost换成127.0.0.1试试