This is a sample application implementing the SOLID principles of object-oriented programming & following other best practices to make a robust and advanced laravel web application.
S.O.L.I.D STANDS FOR:
- S – Single-responsiblity principle
- O – Open-closed principle
- L – Liskov substitution principle
- I – Interface segregation principle
- D – Dependency Inversion Principle