PDOException: SQLSTATE[HY000] [2002] No such file or directory

前端 未结 10 2131
太阳男子
太阳男子 2020-12-05 11:19

I have put PushChatServer dir in htdocs folder and create database puschat try to run @\"http://localhost/PushChatServer/api/test/database.php\"

Then I got following

10条回答
  •  温柔的废话
    2020-12-05 11:49

    Run the following command in shell, I think it will help.

    php artisan cache:clear
    php artisan config:clear 
    php artisan view:clear
    

提交回复
热议问题