Proper way to inject a service on a controller – Laravel
I am implementing the Repository Pattern (service) in a Laravel application and I have some doubts about the usage of interfaces with these services. I have created an interface called CRUD (code bellow) to serve as a way to always…