Best use of Skinny Controller Fat Model in Laravel
Bloating codes in single place would be devastating. It would be tons of duplication and unreadable codes which give your code maintainer a headache š .
So, i would cover how i go with Slim Controller and Fat Model
Skinny Controller basically means move all business logic, database logic and non response related logic to somewhere else and leave theā¦