Get Laravel Dusk to Run Properly on Ubuntu 16 wt Laravel 5.5 Get Laravel Dusk to Run Properly on Ubuntu 16 wt Laravel 5.5 php php

Get Laravel Dusk to Run Properly on Ubuntu 16 wt Laravel 5.5


maybe what i'm saying is wrong ... but Laravel dusk seems to need dusk instead of id: like dusk="dusk-test". also call it after :$browser->visit('/')>refresh()->assertValue('@dusk-test', '1234') and it should be like the doc.


On Github someone solved his problem by replacing https:// with http://in the .env file.