简体   繁体   English

尝试安装 Laravel 发条,但我有一个错误,即安装 itsgoingd/clockwork 失败

[英]tryin to install laravel clockwork but i have an error which is Install of itsgoingd/clockwork failed

In laravel 8 I am trying to install laravel clockwork where i have php version 8.0.3 When I runlaravel 8 中,我试图安装 laravel 发条,我有php 版本 8.0.3当我运行时

composer require itsgoingd/clockwork 

command i got this error命令我收到此错误

Installing itsgoingd/clockwork (v5.0.8): Extracting archive Install of itsgoingd/clockwork failed安装 itsgoingd/clockwork (v5.0.8): 解压存档 安装 itsgoingd/clockwork 失败

Installation failed, reverting ./composer.json and ./composer.lock to their original content.安装失败,将 ./composer.json 和 ./composer.lock 恢复为原始内容。

[UnexpectedValueException] 'C:\\xampp\\htdocs\\test/vendor/composer/tmp-454cb94cbea8cdcf70c06a4e0164fbba' is not a zip archive. [UnexpectedValueException] 'C:\\xampp\\htdocs\\test/vendor/composer/tmp-454cb94cbea8cdcf70c06a4e0164fbba' 不是 zip 存档。

require [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--fixed] [--no-suggest] [--no-progress] [--no-update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-dependencies] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [--prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER-PREFIX] [--] []...要求 [--dev] [--dry-run] [--prefer-source] [--prefer-dist] [--fixed] [--no-suggest] [--no-progress] [--no -update] [--no-install] [--no-scripts] [--update-no-dev] [-w|--update-with-dependencies] [-W|--update-with-all-依赖关系] [--with-dependencies] [--with-all-dependencies] [--ignore-platform-req IGNORE-PLATFORM-REQ] [--ignore-platform-reqs] [--prefer-stable] [- -prefer-lowest] [--sort-packages] [-o|--optimize-autoloader] [-a|--classmap-authoritative] [--apcu-autoloader] [--apcu-autoloader-prefix APCU-AUTOLOADER -字首] [ - ] []...

删除文件Composer.lock ,然后运行此命令行:

composer require itsgoingd/clockwork

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM