I've tried many of the solutions I've come across, all of them were for older versions of laravel.
but none of them worked, laravel always uses mysql database even when setting the default database to sqlite (as a solution!).
So please, how to set up sqlite for testing in laravel 5.8?
Laravel 5.8 does not use sqlite for testing
I've tried many of the solutions I've come across, all of them were for older versions of laravel. but none of them worked, laravel always uses mysql database even when setting the default database to sqlite (as a solution!). So please, how to set up sqlite for testing in laravel 5.8?