无法安装注解
Can not install annotations
我尝试为 symfony 安装注释。但是我安装不了。
作曲家需要注释
我试着写 "composer require annotations"
-> https://save.jb-dev.eu/img/NWgZ7LPOv0.png
有人知道问题出在哪里吗?
如果你使用 Symfony flex
composer require annotations
如果您不使用 Symfony Flex,请将其添加到您的 composer.json 文件
或者你可以使用这个命令
composer require sensio/framework-extra-bundle
首先,尝试以下命令,
composer require sensio/framework-extra-bundle
然后运行这个命令,
composer require annotation
那就完美了。
我尝试为 symfony 安装注释。但是我安装不了。
作曲家需要注释
我试着写 "composer require annotations" -> https://save.jb-dev.eu/img/NWgZ7LPOv0.png
有人知道问题出在哪里吗?
如果你使用 Symfony flex
composer require annotations
如果您不使用 Symfony Flex,请将其添加到您的 composer.json 文件
或者你可以使用这个命令
composer require sensio/framework-extra-bundle
首先,尝试以下命令,
composer require sensio/framework-extra-bundle
然后运行这个命令,
composer require annotation
那就完美了。