Where is the elegance of laravel?

Where is the elegance of

laravel?

Mar.03,2021

elegance in code architecture and design. Similar to JAVA's SPRING MVC. It allows you to easily achieve object-oriented scalability, modularization, and layering. You need to build a lot of wheels to practice these design ideas with other lightweight frameworks.


feels like you have everything you want in it, so you don't need to configure it yourself


  • Code style
  • object-oriented, design patterns, etc.
  • Extensible
  • it is perfect from front-end, back-end, test, and some operation and maintenance matters (such as timed script, DB-migration, etc.)
The core of
laravel is dependency injection , control inversion

add: all technical means are relatively advanced (such as php version, composer, nodejs, etc.)

Menu