Top "Sonata-admin" questions

SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.

Sonataadminbundle: Multiple admin section for same entity

I have entity class Page with column type=integer. When I do: <service id="sonata.admin.pages" class="Main\…

symfony symfony-sonata sonata-admin
Sonata Admin - Only allow show what logged in user has created

I've setup a sonata admin interface which allows users to create specific content, but how do I restrict users from …

symfony-sonata sonata-admin
How to access Entity class from Sonata Admin's Admin class?

Let me explain: I have an Entity class Item with a method getName() in it, namespace App\Entity. I have …

php symfony sonata-admin
Sonata Admin: How to remove "Add New" button from dashboard only?

I'm using Symfony 2.7 with Sonata Admin Bundle to manage some products and product images. I used the Sonata Admin Cookbook …

php symfony configuration-files sonata-admin dashboard
Symfony2 - The block type sonata.user.block.menu does not exist

i have one exception: An exception has been thrown during the rendering of a template ("The block type sonata.user.…

symfony composer-php fosuserbundle sonata-admin sonata-user-bundle
set role for users in edit form of sonata admin

I'm using Symfony 2.1 for a project. I use the FOSUserBundle for managing users & SonataAdminBundle for administration usage. I have …

symfony symfony-2.1 fosuserbundle sonata-admin user-roles
How to remove "delete" button in default "Edit" form of sonata admin?

I wrote a code to list data taken from a simple database and there I put an action to edit …

symfony symfony-forms sonata-admin
PHP Fatal error: Class 'Application\Sonata\MediaBundle\ApplicationSonataMediaBundle' not found in /var/www/znata.com/app/AppKernel.php on line 47

i followed this doc to install SonataMediaBundle but i got this error: PHP Fatal error: Class 'Application\Sonata\MediaBundle\ApplicationSonataMediaBundle' …

symfony symfony-2.1 symfony-sonata sonata-admin
Sonata Admin edit form many to many not working - symfony2.1.6

I am having a problem with implementing the many to many relationship in the sonata admin edit form, with the …

symfony many-to-many sonata-admin
sonata_type_model / symfony form one to many relationship not saving

I have a one to many relationship between accounts and users. I am using sonata admin for CRUD. As I …

symfony symfony-2.1 symfony-forms symfony-sonata sonata-admin