SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
I try to configure a custom admin menu in the sidebad of my Sonata Admin Bundle, but i don't understand …
sonata-admin knpmenubundleI'm trying to add an action in sonata admin bundle. I changed my Admin class with : protected function configureListFields(ListMapper $…
symfony symfony-2.1 sonata-adminUsing Symfony2 with Sonata, in a list, fields templates can be overwritten and assigning variables to templates, i.e setTemplateVar(), …
symfony-sonata sonata-admin listfieldI am trying to relate SonataMediaBundle to another Entity: Products with a relation ManyToMany. The schema and relation are well …
symfony sonata-adminI'm using Symfony 2.3 with Sonata Admin Bundle. I know that I can translate a label in this way: ->…
php symfony sonata-admin symfony-sonataHow to set the datetime or date filters in sonata admin datagridfilters? I want to do the following for the …
symfony datetime-format sonata-adminI'd like to know weather is possible and how to configure a filter for the list view as the following …
symfony sonata-adminI have two entities: "Event" and "EventImage". One event can have multiple images. This is the relationship defined on the …
symfony sonata-admin sonata sonata-media-bundleI am making application with symfony2 and sonata-admin bundle. public function configureListFields(ListMapper $listMapper) { $listMapper ->addIdentifier('id') -&…
symfony sonata-adminI'm using doctrine inheritance mapping to enable various objects to be linked to a comment entity. This is achieved through …
php symfony admin symfony-sonata sonata-admin