In a classic monolith application, you create one repository and put all the classes in it. But in the microservices world, we create a separate project for each namespace. A service is a running Laravel instance, an application on its own, which usually has an API, and can communicate with the outside world. In software development, size does matter.
Sort: