Skip to content

haliliceylan/laravel-solid-architecture

 
 

Repository files navigation

Laravel SOLID Architecture

Travis (.com) StyleCI GitHub issues GitHub pull requests GitHub GitHub stars GitHub forks

Overview

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

About

Laravel application implementing the SOLID principles

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 81.4%
  • HTML 18.1%
  • Other 0.5%