Dusk: Cannot update dusk w/ new chromedriver in Laravel 5.4 app

Created on 16 Mar 2018  路  7Comments  路  Source: laravel/dusk

I realize we're behind on Laravel 5.4, but we cannot update laravel/dusk in our app any more without illuminate/console constraint error. I -think- we just need updated chromedriver, nothing new in the code itself?

I've heard talks of an artisan command to update dusk's chromedriver, regardless of laravel version or dusk version. Thoughts?

PS. Not complaining. Maybe this will push us to finally upgrade to 5.6 馃檲

Most helpful comment

I created an Artisan command for updating the ChromeDriver binaries on all Dusk versions: https://github.com/staudenmeir/dusk-updater

All 7 comments

You can download the latest ChromeDriver here:
https://chromedriver.storage.googleapis.com/index.html?path=2.36/

The files are located here: vendor/laravel/dusk/bin

I've done that already, but should users have to manually mess with vendor files?

Only if they use unsupported Laravel versions ;-) Does it work?

Yezzir.

I created an Artisan command for updating the ChromeDriver binaries on all Dusk versions: https://github.com/staudenmeir/dusk-updater

Heya, really sorry about this but unfortunately we cannot provide support for Laravel 5.4 anymore. Please try upgrading or the solution proposed by @staudenmeir.

@staudenmeir What a great idea! Thanks.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

digitlimit picture digitlimit  路  4Comments

hackel picture hackel  路  6Comments

antonioribeiro picture antonioribeiro  路  5Comments

dellow picture dellow  路  4Comments

fwang-laralabs picture fwang-laralabs  路  6Comments