php artisan migrate throwing [PDO Exception] Could not find driver - Using Laravel

后端 未结 26 1599
眼角桃花
眼角桃花 2020-12-01 07:41

I have a bad experience while installing laravel. However, I was able to do so and move to the next level. I used generators and created my migrations. But when I type the

26条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2020-12-01 07:51

    I was also getting the same error --> "[PDOException]
    could not find driver "

    After that I used many commands but not didn't get any help

    Finally I used the following command, which solved my problem.

    sudo apt-get install php5-sqlite

提交回复
热议问题