Answer the question
In order to leave comments, you need to log in
How to connect SonataAdminBundle for Symfony4?
I warn you right away, I'm new to symphonies (and even more so in the 4th vertice) and the question may be stupid.
There is a problem installing the sonata
You have requested a non-existentparameter "sonata.admin.configuration.admin_services".
Answer the question
In order to leave comments, you need to log in
As I said earlier, the question is idiotic, I didn’t see that SonataAdminBundle does not register its dependencies in bundle.php, I just saw that SonataDoctrineORMAdminBundle was registered and calmed down. but in fact it was necessary to add more
Symfony\Bundle\SecurityBundle\SecurityBundle::class => ['all' => true],
Sonata\CoreBundle\SonataCoreBundle::class => ['all' => true],
Sonata\BlockBundle\SonataBlockBundle::class => ['all' => true],
Knp\Bundle\MenuBundle\KnpMenuBundle::class => ['all' => true],
Sonata\AdminBundle\SonataAdminBundle::class => ['all' => true],
Do not install this bundle, then you will get yourself more problems. It's all good for the time being, until you need to do something of your own.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question