SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
I would like to customize the rendering of a form field in the edit page from sonata admin bundle to …
forms symfony-2.1 sonata-adminI have started new with the sonata admin bundle. its very handy and easy to setup and use , but i …
php symfony sonata-adminI want to override the default SonataAdmin Template. I create a standard_layout.html.twig in my Namespace/bundle/resources/…
symfony symfony-sonata sonata-adminI have a problem when I Install FOsuserbundle. This is my problem in result: this is my config.yml: fos_…
php symfony bundle sonata-adminI'm using sonata admin bundle to generate my backend, I'm so happy with it that I would like to use …
symfony sonata-admin symfony-2.2On this page I found how to add route for my custom action. protected function configureRoutes(RouteCollection $collection) { $collection->…
php symfony symfony-sonata sonata-adminI'm using SonataAdminBundle for managing entities in my application. The admins of the site can add videos, and some of …
php symfony symfony-sonata sonata-adminI use the sonata-admin bundle. I have the relationship with the user (FOSUserBundle) in the PageEntity. I want to save …
symfony fosuserbundle sonata-adminProbably should be titled: "SonataMediaBundle - where's the missing howto?". I've made some admin backend with sonataAdminBundle and sonataDoctrineORMAdminBundle (and …
symfony symfony-sonata sonata-adminim looking for a way to set flash message in admin controller of sonata admin bundle, they allow to set …
php symfony admin sonata-admin flash-message