Jul 15, 2015
0
Level 3
Repository Help
I am using Controller, Service and Repository pattern in my Laravel application. I have created separate tables like users, brands, cars, etc.
How can I make the best of repositories? How to update two three tables after a new record in a table? Where should I write that code - in the same repository or different repositories and making use of services?
Please or to participate in this conversation.