The Sonata Project is an open source set of bundles which are built on top of Symfony2.
I 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 sonataIn a nutshell: When I am using 'sonata_type_collection' in OneToMany relationship I have to specify the other side …
symfony sonata-admin symfony-sonata sonataSo, after research a lot and get no results (maybe I'm a bad searcher) I coming from this topics: SonataAdmin …
php symfony sonata-admin sonata sonata-media-bundleI am trying to integrate Sonata Media Bundle in my project. The problem is, that i don't understand how the …
php symfony sonata sonata-media-bundleI have added SonataUserBundle and it is giving error config.yml doctrine: orm: auto_generate_proxy_classes: "%kernel.debug%" naming_…
php symfony doctrine-orm doctrine sonataI 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 have an admin class of an object of class Car. This object is in relation with Person or Organisation. …
symfony sonata