beyondcode / dusk-dashboard

A beautiful dashboard for your Laravel Dusk tests
https://pociot.dev/8-introducing-laravel-dusk-dashboard
MIT License
559 stars 63 forks source link

Added ability to configure the dashboard host #29

Closed vesper8 closed 5 years ago

vesper8 commented 5 years ago

Some of us use Dusk to interact with external websites or to test other local websites. This lets you configure the host the dashboard starts on

In my case after adding these modifications I simply added

DUSK_DASHBOARD_URL=http://localhost

to my .env file