Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Dusk Updater Laravel Package

orchestra/dusk-updater

Symfony Console tool to update Laravel Dusk ChromeDriver binaries to the latest or a specified version. Works inside or outside Laravel projects. Includes a detect command to check installed Chrome/ChromeDriver versions and optionally auto-update.

View on GitHub
Deep Wiki
Context7

Updater for Laravel Dusk ChromeDriver binaries

Tests Latest Stable Version Total Downloads Latest Unstable Version License

This is a fork based on staudenmeir/dusk-updater but uses Symfony Console to allow it to be used outside of Laravel installation.

Introduction

This Symfony command updates your Laravel Dusk ChromeDriver binaries to the latest or specified release.

Supports all versions of Laravel Dusk especially those used outside of Laravel installation.

Installation

composer require --dev orchestra/dusk-updater

Usage

Updating ChromeDriver

Download the latest stable ChromeDriver release:

php vendor/bin/dusk-updater update

You can also specify the major Chrome/Chromium version you are using:

php vendor/bin/dusk-updater update 109

Or you directly specify the desired ChromeDriver version:

php vendor/bin/dusk-updater update 109.0.5414.74

If Dusk is still using the previous version after the update, there is probably an old ChromeDriver process running that you need to terminate first.

Checking Chrome Versions

You can check if the installed Chrome and ChromeDriver version using:

php vendor/bin/dusk-updater detect

The command will prompt you to download a new ChromeDriver if it is outdated.

Specify the absolute path to your custom Chrome/Chromium installation (not supported on Windows):

php vendor/bin/dusk-updater detect --chrome-dir=/usr/bin/google-chrome

Finally, you can also tell the command to automatically download a new version if it is outdated using:

php vendor/bin/dusk-updater detect --auto-update
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport