Hey, I have been using MVC frameworks from a while. Iam kinda getting hard to formulate when a model is needed. Is it like each table should have its own model?
But in Laravel I was just using logic as a method in a controller. So is it best practice to include logic in model instead a controller?