sqlite error when running phpunit in laravel after reinstalling MAMP on windows
I am working on a project for a while and I was working with in memmory sqlite and everything was working fine but recently I reinstalled MAMP and now I am getting the below error when I run phpunit
lluminate\Database\QueryException: could not find driver (SQL: select * from sqlite_master where type = 'table' and name = migrations) I checked that I have the below dll's already there installed in MAMP for sqlite
extension=php_pdo_sqlite.dll extension=php_sqlite3.dll
and they are present in the same location where my
extension_dir = "C:\MAMP\bin\php\php7.0.0\ext" is pointing..
so really confused of what to do next to get this to work.. any help will be appreciated..
Please refer to https://stackoverflow.com/questions/45778713/sqlite-error-when-running-phpunit-in-laravel for properly formatted syntax
Please or to participate in this conversation.