Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

SteveRaines's avatar

Trying to install Dusk Chrome drivers gives 404 error

Like the title says, I'm running php artisan dusk:install but I'm getting this error:

file_get_contents(https://chromedriver.storage.googleapis.com/106.0.5249.61/chromedriver_mac64_m1.zip): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found

I've also tried php artisan dusk:chrome-driver but it gives the same error. And yes, Dusk is included in my composer.json file, dependencies are installed, Chrome is installed and up to date, etc.

0 likes
4 replies
Sinnbeck's avatar
Sinnbeck
Best Answer
Level 102

Indeed that file does not exist. Did you try composer update

1 like
JamesFleetOffice's avatar

I have tried composer update and am still getting same error when trying to install chromedriver do you have any other ideas?

Please or to participate in this conversation.