SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
I have entity class Page with column type=integer. When I do: <service id="sonata.admin.pages" class="Main\…
symfony symfony-sonata sonata-adminI've setup a sonata admin interface which allows users to create specific content, but how do I restrict users from …
symfony-sonata sonata-adminLet me explain: I have an Entity class Item with a method getName() in it, namespace App\Entity. I have …
php symfony sonata-adminI'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 dashboardi 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-bundleI'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-rolesI wrote a code to list data taken from a simple database and there I put an action to edit …
symfony symfony-forms sonata-admini 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-adminI am having a problem with implementing the many to many relationship in the sonata admin edit form, with the …
symfony many-to-many sonata-adminI 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