Top "Sonata-admin" questions

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

Customize form field rendering

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-admin
Labels in Sonata Admin Bundle

I have started new with the sonata admin bundle. its very handy and easy to setup and use , but i …

php symfony sonata-admin
Symfony2 - override template bundle

I want to override the default SonataAdmin Template. I create a standard_layout.html.twig in my Namespace/bundle/resources/…

symfony symfony-sonata sonata-admin
FosuserBundle ( The path "fos_user.from_email.address" cannot contain an empty value, but got null. )

I have a problem when I Install FOsuserbundle. This is my problem in result: this is my config.yml: fos_…

php symfony bundle sonata-admin
SonataAdminBundle : display non crud (statistics)

I'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.2
custom action in SonataAdminBundle

On this page I found how to add route for my custom action. protected function configureRoutes(RouteCollection $collection) { $collection->…

php symfony symfony-sonata sonata-admin
Sonata Admin: Add custom triggers/actions to list/edit action

I'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-admin
Symfony2: SonataAdminBundle - How can i get the object representing the current user inside an admin class?

I use the sonata-admin bundle. I have the relationship with the user (FOSUserBundle) in the PageEntity. I want to save …

symfony fosuserbundle sonata-admin
SonataMediaBundle - how to upload images?

Probably should be titled: "SonataMediaBundle - where's the missing howto?". I've made some admin backend with sonataAdminBundle and sonataDoctrineORMAdminBundle (and …

symfony symfony-sonata sonata-admin
How to set flash message in sonata admin Admin Controller

im 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