Tag: Symfony
What is the difference between a model and a repository
Danyal July 5, 2019
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 Eloquent, Entity, laravel, Laravel 5.6, Models, Repository, Symfony, Symfony 4
Fixing Generic Symfony 3.3 to 3.4 Deprecations
Danyal January 28, 2018
If you are running Symfony 3.3 and want to migrate to Symfony 4 here I…
Posted in PHP, Symfony Tagged migration, MVC, MVC Framwork, php, Symfony, symfony 3.3 to 3.4