Home  >  Article  >  PHP Framework  >  Introduce the similarities and differences between tp6 and tp5

Introduce the similarities and differences between tp6 and tp5

藏色散人
藏色散人forward
2020-12-16 09:07:158672browse

The following is the thinkphp framework tutorial column to introduce the similarities and differences between tp6 and tp5. I hope it will be helpful to friends in need!

Introduce the similarities and differences between tp6 and tp5

  • Similarities and differences in directory structure
  • Installation method
    tp6 can only be installed through composer
  • Class loading method
    tp5 uses its own set of implementation loading methods, composer partial loading method
    tp6 uses the composer class loading method
  • tp6 uses strict mode but tp5 does not use
  • tp6 supports more PSRs Specification (https://learnku.com/docs/psr)
  • Component independence (tp6 separates ORM) (template engine)
  • Middleware improvement
    tp6 started to use pipelines The pattern to implement middleware is more concise and orderly than the version implementation between versions
  • Introducing the Filesystem component

The above is the detailed content of Introduce the similarities and differences between tp6 and tp5. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete