lundi 25 décembre 2017

Laravel Repository without adding in the providers

I loved the repository design pattern to keep data abstraction and controller separate. But in Laravel we need to add the repository in the service provider in the config file which is a very bad thing. My question is how we can use repositories without adding in the config file?

Aucun commentaire:

Enregistrer un commentaire