jeff
jeff

Reputation: 1197

Sonata Doctrine ORM Admin Bundle Installation

I'm having troubles to get the admin bundle running. I followed the instructions from http://sonata-project.org/bundles/doctrine-orm-admin/master/doc/reference/installation.html and now getting an error: ServiceNotFoundException: The service "sonata.admin.builder.orm_datagrid" has a dependency on a non-existent service "sonata.admin.builder.filter.factory".

I recon come configuration is missing

Upvotes: 1

Views: 3132

Answers (1)

Jeroen
Jeroen

Reputation: 3429

You need to install and configure the main sonata-admin bundle.

Upvotes: 3

Related Questions