Laravel, TestLaravel: Using SQLite in Laravel Dusk May 21, 2019 by nasrulhazim.mAssalamualaikum / Hi,Just a quick sharing on how to setup SQLite in Laravel Dusk.Just update the createApplication() method in tests/DuskTestCase.php:Now you should have it works with SQLite.ReferenceThanks!Post navigationMySQL: Get All Database Size in MB and GBComposer: Using Private Repositories