Tag php

Laravel Best Practices

Laravel Best Practices

Most of the time we are worried and think mush how to set functions names, variables name, Single responsibility principle, Fat models, skinny controllers, Validation, Business logic should be in the service class, Don’t repeat yourself (DRY), Prefer to use…