we are comparing how the ORM is being handled in laravel vs symfony. THE PROBLEM : The fact that laravel models are tightly coupled with database and that violates the Dependency Inversion principle. keep in mind I’m not talking about projects where the speed of the first development is what matters the most (small projects , MVPs etc). in those project laravel might even be a better choice than symfony.