2017 © Pedro Peláez
 

library dusk-updater

Updater for Laravel Dusk ChromeDriver binaries

image

staudenmeir/dusk-updater

Updater for Laravel Dusk ChromeDriver binaries

  • Wednesday, May 2, 2018
  • by staudenmeir
  • Repository
  • 2 Watchers
  • 15 Stars
  • 4,547 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 137 % Grown

The README.md

Dusk Updater

CI Latest Stable Version Total Downloads License, (*1)

This Artisan command updates your Laravel Dusk ChromeDriver binaries to the latest or specified release., (*2)

Supports all versions of Dusk., (*3)

Installation

composer require --dev staudenmeir/dusk-updater:"^1.1"

Users of Laravel 5.4 have to register the new provider in AppServiceProvider::register():, (*4)

if ($this->app->environment('local', 'testing')) {
    $this->app->register(\Staudenmeir\DuskUpdater\DuskServiceProvider::class);
}

Usage

Download the latest stable ChromeDriver release:, (*5)

php artisan dusk:update

Let the updater detect the installed Chrome/Chromium version:, (*6)

php artisan dusk:update --detect

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

php artisan dusk:update --detect=/usr/bin/google-chrome

Specify the major Chrome/Chromium version manually:, (*8)

php artisan dusk:update 127

Specify the desired ChromeDriver version manually:, (*9)

php artisan dusk:update 127.0.6533.119

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., (*10)

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details., (*11)

The Versions

02/05 2018

dev-master

9999999-dev

Updater for Laravel Dusk ChromeDriver binaries

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-openssl *
  • ext-zip *

 

by Jonas Staudenmeir

02/05 2018

v1.0.2

1.0.2.0

Updater for Laravel Dusk ChromeDriver binaries

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-openssl *
  • ext-zip *

 

by Jonas Staudenmeir

27/04 2018

v1.0.1

1.0.1.0

Updater for Laravel Dusk ChromeDriver binaries

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-openssl *
  • ext-zip *

 

by Jonas Staudenmeir

02/04 2018

v1.0

1.0.0.0

Updater for Laravel Dusk ChromeDriver binaries

  Sources   Download

MIT

The Requires

  • php >=5.6.4
  • ext-openssl *
  • ext-zip *

 

by Jonas Staudenmeir