0
votes

I followed the tutorial from https://laravel.com/docs/5.4/dusk but when I run php artisan dusk

enter image description here

Freeze on it and not execute nothing more, also not open any browser. Someone have some Idea why ?

Bellow you can see my AppServiceProvider:

AppServiceProvider

Then if take so long it's showing this: enter image description here

1
There was a problem in Dusk for Ubuntu users but it's fixed see the PL and this issue - Maraboc

1 Answers

0
votes

Solved! It's necessary run the chromedrive-linux in a separated terminal before run php artisan dusk or integrate with Travis CI or CircleCI which will integrate everything and running together.