问题描述

在安装thinkPHP的时候,使用命令

composer create-project topthink/think=5.1.* tp5

提示上面的错误;错误提示:zsh: no matches found: 5.1.*

暂时的解决办法:

指定确定的版本号,不要使用 * 这种

composer create-project topthink/think=5.1.31 tp5

相关文章:

  • 2021-08-26
  • 2022-12-23
  • 2022-01-01
  • 2022-01-22
  • 2022-12-23
  • 2021-12-06
  • 2021-06-28
猜你喜欢
  • 2022-02-08
  • 2021-07-22
  • 2022-12-23
  • 2022-01-26
  • 2021-07-13
  • 2021-05-10
  • 2021-10-07
相关资源
相似解决方案