[Solved] Where I must contain business logic of my application? [closed]

It’s down to preferences. As long as you are using the correct standards, you should be fine! So in Laravel, I use Models strictly for database operations. I also create a folder called Services and another folder called Hydrators My services in the service folder handles the business logic e.g grabbing data from the models … Read more