Implementing Dependency Inversion Principle (DIP) using Laravel
In my previous SOLID principle blogs, we already have discussed the four principles and this one will discuss the last of the SOLID principles which is Dependency Inversion Principle (DIP) The dependency Inversion Principle says that High-level modules should not depend on low-level modules. Both should depend on abstractions (e.g., interfaces). If you look at …
Implementing Dependency Inversion Principle (DIP) using Laravel Read More »