Tag: Symfony

database

What is the difference between a model and a repository

Repository actually allows you to separate your business logic from database layer (Model). Repository/Entity are…

 Posted in Databases, Eloquent, Laravel, PHP, Symfony, Tips, Uncategorized Tagged , , , , , , ,

Fixing Generic Symfony 3.3 to 3.4 Deprecations

If you are running Symfony 3.3 and want to migrate to Symfony 4 here I…

 Posted in PHP, Symfony Tagged , , , , ,