-2

我在 symfony 5 上工作,我想像在所有其他项目中一样使用奏鸣曲管理员。是否有任何即将发布的计划,该奏鸣曲管理员可在 symfony 5 下与作曲家一起安装?

4

1 回答 1

0

你可以试试 :

composer require sonata-project/user-bundle --no-update
composer require sonata-project/doctrine-orm-admin-bundle  --no-update # optional
composer require friendsofsymfony/rest-bundle  --no-update # optional when using api
composer require nelmio/api-doc-bundle  --no-update # optional when using api
composer require sonata-project/google-authenticator --no-update  # optional
composer update

检查此链接

于 2020-01-08T14:33:56.077 回答