Laravel作曲家安装错误[golonka/BBcodeParser] 404
Laravel composer install error [golonka/BBcodeParser] 404
我在 运行 命令时出错:
composer install
错误:
Installing golonka/bbcodeparser (v2.2.2): Downloading (failed) Failed to download golonka/bbcodeparser from dist: The "https://api.github.com/repos/golonka/BBCodeParser/zipball/769c4ebe6207ffa20298b84b90eafca87ce2fb95" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
发生此错误,因为 golonka/bbcodeparser 在 github 上不再存在。我该如何解决这个错误?请帮忙。
我觉得不可能。您不能使用明显已从 Github 中删除的包。它在 packagist 中,但 packagist 不包含源文件,所以你应该找到另一个允许解析 BB 代码的包。
我在 运行 命令时出错:
composer install
错误:
Installing golonka/bbcodeparser (v2.2.2): Downloading (failed) Failed to download golonka/bbcodeparser from dist: The "https://api.github.com/repos/golonka/BBCodeParser/zipball/769c4ebe6207ffa20298b84b90eafca87ce2fb95" file could not be downloaded (HTTP/1.1 404 Not Found)
Now trying to download from source
发生此错误,因为 golonka/bbcodeparser 在 github 上不再存在。我该如何解决这个错误?请帮忙。
我觉得不可能。您不能使用明显已从 Github 中删除的包。它在 packagist 中,但 packagist 不包含源文件,所以你应该找到另一个允许解析 BB 代码的包。