Laravel Best Practices
If you’re working with Laravel, this GitHub repository by Alexey Mezenin is a comprehensive guide to best practices. It covers a wide range of topics, including code structure, validation, business logic separation, and naming conventions.
The repository emphasises principles like the Single Responsibility Principle, DRY (Don’t Repeat Yourself), and the use of Eloquent over raw SQL queries.
It’s a valuable resource for developers aiming to write clean, maintainable, and efficient Laravel code.
https://github.com/alexeymezenin/laravel-best-practices?tab=readme-ov-file