Try enabling it
Menu > PHP > Extensions (find and enable sqlite)
Hi! I am using Laravel with Laragon on windows 10, php 7.4, everything is working fine except when I run
phpunit --filter it_fetches_a_feed_for_any_user
Then I get
Illuminate\Database\QueryException: could not find driver (SQL: PRAGMA writable_schema = 1;)
If I look down on the error message printed I also see
Caused by
PDOException: could not find driver
Any Assistance will be appreciated.
I have checked php.ini and extension=pdo_mysql is enabled. In laragon settings, PDo_Mysql is checked.
Suggestions online says I should run
sudo apt-get install sqlite php-sqlite3
But this code doesn't work on windows,
Thanks
Please or to participate in this conversation.