laravel and phpunit: could not find driver (SQL: PRAGMA foreign_keys = ON;)
If You face this problem (could not find driver (SQL: PRAGMA foreign_keys = ON;)) You can simply run bellow command on your Ubuntu system sudo apt-get install php-sqlite3 Also if you want to install specific version like php 8.1 simply run bellow command sudo apt install php8.1-sqlite3 You might need to enable pdo_sqlite extension in … Read more