承接 staudenmeir/dusk-updater 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

staudenmeir/dusk-updater

最新稳定版本:v1.5.1

Composer 安装命令:

composer require staudenmeir/dusk-updater

包简介

Updater for Laravel Dusk ChromeDriver binaries

README 文档

README

CI Latest Stable Version Total Downloads License

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

Supports all versions of Dusk.

Installation

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

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

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

Usage

Download the latest stable ChromeDriver release:

php artisan dusk:update

Let the updater detect the installed Chrome/Chromium version:

php artisan dusk:update --detect

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

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

Specify the major Chrome/Chromium version manually:

php artisan dusk:update 127

Specify the desired ChromeDriver version manually:

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.

Contributing

Please see CONTRIBUTING and CODE OF CONDUCT for details.

统计信息

  • 总下载量: 2.27M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 124
  • 点击次数: 2
  • 依赖项目数: 1
  • 推荐数: 0

GitHub 信息

  • Stars: 124
  • Watchers: 4
  • Forks: 11
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-04-02