SonataAdminBundle is a Symfony bundle to generate robust user friendly administration interfaces.
I have a Select2 auto-complete input (built via SonataAdmin), but cannot for the life of me figure out how to …
javascript jquery jquery-select2 sonata-adminI am using Sonata Admin and I have a field of categories and I need to show them in order …
symfony sonata-adminI have a problem with the SonataAdminBunle in combination with symfony 2.2. I have a Project entity and a ProjectImage entity …
symfony sonata-adminHow would I create a doctrine_orm_datetime_range filter in the Sonata Admin Bundle which uses the jQuery UI …
datepicker symfony-2.1 jquery-ui-datepicker symfony-sonata sonata-adminI am new with symfony2 and SonataAdminBundle. I have added 3 entities to the SonataAdminBundle Dashboard and they appear successfully. The …
symfony sonata-adminI have a Merchant entity with the following fields and associations:- /** * @ORM\ManyToMany(targetEntity="Category", inversedBy="merchants") */ public $categories; /** * @…
ajax symfony symfony-sonata sonata-adminI need to parse some configurations parameters from my config.yml such as enabled languages. But when i try to …
symfony symfony-2.1 symfony-sonata sonata-adminI am using sonata media bundle. and I was wondering how can I access the media url in twig. I …
symfony twig sonata-adminI started to use SonataAdminBundle in a Symfony2.1 application. I developed all the Admin classes and now I wish to …
symfony roles symfony-2.1 sonata-adminI am using Sonata admin bundle for my application all works well,In my application i have users and admin,…
php symfony doctrine-orm sonata-admin sonata