-2

i work on symfony 5 and i wanne use sonata admin like in all other projects. Is there any upcoming release planed, that sonata admin is installable under symfony 5 with composer?

  • 2
    This is not a question for stack overflow, you would be better off getting in touch with the library owners or software owners – Mark Davies Dec 06 '19 at 10:06

1 Answers1

0

You can try :

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

Check this links

denned
  • 33
  • 4