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

Introduce the similarities and differences between tp6 and tp5

藏色散人
Release: 2020-12-16 09:07:37
forward
8798 people have browsed it

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!

Related labels:
source:segmentfault.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template