Published onJune 22, 2026How to add multi-tenancy to Symfony with Doctrine SQL Filterssymfonydoctrinemulti-tenancyphpScope every Doctrine query to the current organization automatically with one SQL filter - no repeated WHERE organization_id = :org_id, no data leaks.
Published onSeptember 7, 2024Using Collection Filtering with Doctrine Criteriasymfonydoctrineoptimizationweb-developmentLearn how to use Doctrine Criteria for efficient collection filtering and query optimization
Published onMay 9, 2024How to fix the error "Undefined property App\Repository ::$_em".symfonyweb-developmentdoctrineTL;TR. Prepare the repository class for Doctrine v3.
Published onApril 13, 2024Doctrine Symfony ManyToMany examplesymfonydoctrineweb-developmentExample of usage Doctrine ManyToMany in Symfony