Hello, I have a lot of repetitive repository classes, like:
class UserRepository extends Repository { ... }
class PostRepository extends Repository { ... }
with same code inside..
Is there a way to dynamically load repositories so if AnythingRepository is called, it will return extended repository?
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community