symfony 4 的 FOS 用户

FOS user for symfony 4

我是 symfony 的新手,我必须使用 symfony 4 和 fos 用户包,但我无法使用 composer 安装它(因为它不受官方支持),我想知道如何绕过它。你能告诉我怎么做吗?

我在 symfony 4 项目中使用 FOSUserBundle,我想他们很久以前就添加了支持。

https://github.com/FriendsOfSymfony/FOSUserBundle/pull/2639

FOSUserBundle 现在与 2.1.0 版的 Symfony 4 兼容 (https://github.com/FriendsOfSymfony/FOSUserBundle/releases/tag/v2.1.0)

您可以使用简单的 composer 命令安装 FOSUserBundle :

composer require friendsofsymfony/user-bundle "~2.0"

文档目前还不是很清楚如何使用 Symfony 4 安装这个包。我已经写了一个如何 here