在 xampp (windows) 中安装 PyroCMS 时出错

Installing PyroCMS error when installing in xampp (windows)

下载包后出现以下错误:

**In MigrateCommand.php line 58:

  Too few arguments to function Illuminate\Database\Console\Migrations\MigrateCommand::__construct(), 1 passed in C:\xampp\htdocs\pyro\vendor\anomaly\streams-platform\src\Database\Migration\MigrationServiceProvider.php on line 88 and exactly 2 expected**

输入命令时出现以上错误

php artisan install

我遇到了同样的问题!看起来 composer.lock 文件和你的 php 版本不兼容。

我在 运行 composer install 和 php artisan install 之后删除了 repo 附带的 composer.lock 文件和供应商项目。

希望对你有用!