Laravel Coding Guidelines
Its not a Laravel adaptation of SOLID principles, patterns etc. Here you’ll find the best practices which are usually ignored in real life Laravel projects. Table of Contents Follow Laravel naming conventions Use shorter and more readable syntax where possible Single responsibility principle Fat models, skinny controllers Validation Business logic should be in service class… Read More »