在我的vs代码git bash中运行composer require "laravelcollective/html":"^5.2.0"
后,出现以下错误:
$作曲家需要“ laravelcollective / html”:“ ^ 5.2.0” 其中:(/ mingw64 / bin:/ usr / bin:/ c / Users / matildah mariwa / bin:/ c / ProgramData / Oracle / Java / javapath:/ c / Windows / system32:/ c / Windows:/ c / Windows / System32 / Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/ c / Windows / System32 / OpenSSH:/ cmd:/ c / composer:/c/wamp64/bin/php/php7.2.10 /php.exe:/c/Program Files / nodejs:/ c / Users / matildah mariwa / AppData / Local / Programs / Python / Python37 / Scripts:/ c / Users / matildah mariwa / AppData / Local / Programs / Python / Python37 :/ c / Users / matildah mariwa / AppData / Local / Microsoft / WindowsApps:/ c / Users / matildah mariwa / AppData / Roaming / Composer / vendor / bin:/c/wamp64/bin/php/php5.6.38:/ c / Users / matildah mariwa / AppData / Local / Programs / Microsoft VS Code / bin:/ c / Users / matildah mariwa / AppData / Roaming / npm) / c / composer / composer:第10行:php:找不到命令
答案 0 :(得分:0)
针对laravel 5.4尝试此命令
composer require "laravelcollective/html":"^5.4"
这可以解决您的问题。
如果问题仍然存在,则说明您的PHP / Laravel系统配置存在问题。