Artisan migrate could not find driver

前端 未结 11 856
情话喂你
情话喂你 2020-11-27 17:33

I am trying to install Laravel. I have installed Xampp, but when I try to setup my database using php artisan migrateI get the error:

11条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 17:52

    Make sure that you've installed php-mysql, the pdo needs php-mysql to operate properly. If not you could simply type

    sudo apt install php-mysql
    

提交回复
热议问题