Jahid Hasanjahidhasan.hashnode.dev·Dec 5, 2024Building Scalable and Maintainable Laravel Projects Using SOLID PrinciplesLaravel is a powerful framework that expertly combines simplicity with robust functionality. Yet, as your application expands, it can become increasingly complex without the right architectural strategies. This is where the SOLID principles prove inv...Discuss·10 likesClean Code Practices
Mohammed Muwangamohammedmuwanga.hashnode.dev·Jul 16, 2024Master Laravel Service Containers and Providers : Illustrated with Office Furniture StoreThe service container in Laravel framework is a powerful tool yet not a simple paradigm to put out for someone novice with design patterns. Okay, this design pattern or architecture is for managing class dependencies and performing dependency injecti...Discusslaravel service binding
Suraj Shettyhashnode.surajshetty.blog·Apr 2, 2024Understanding the Basic Principles of Laravel's ArchitecturePrerequisites: PHP Basic of Laravel Let's begin by exploring the architecture: Model: In Laravel, a model symbolizes your application's data structure and interacts with the database via Eloquent ORM, simplifying database operations with an Activ...Discuss·43 readsWeb App - Code To Deploylaravel architecture