Kaushik Thakkardevkaushik.hashnode.dev·Feb 28, 2023Implementing the SOLID Principles in Laravel: A Comprehensive ExampleSOLID is a set of principles for object-oriented software development. It stands for the following principles: Single Responsibility Principle (SRP) Open-Closed Principle (OCP) Liskov Substitution Principle (LSP) Interface Segregation Principle (...4.5K readsLaravelSOLID principles