Laravel repositories — Do you really need them?

If you’re developing Laravel, you’ve probably come across Repositories when contributing to an open source project, seeing it in the demo, or searching for a bug fix. They’re widely used to abst...