testing - Laravel Dusk ignores .env.dusk and .env.dusk.local (Using Valet and Laravel 5.5) -


i'm trying run laravel dusk , need use test database. when check screenshot says database doesn't exist. problem is database defined on .env , not 1 on .env.dusk ... i've tried rename file .env.dusk.local , still no luck. doing wrong?

try clearing cache? remember having similar issues when first started using dusk.

php artisan cache:clear 

Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -