thinkphp5.0 Quick Start (learn php framework and code audit)

Learning php code audit, a lot of people in the initial stage, we all know that many CMS uses MVC architecture,

For in-depth study framework, watching thinkphp5.0 official documents, while writing a simple login registration page in order to deepen understanding.

Official website provides several documents, found that the most straightforward: https://www.kancloud.cn/thinkphp/thinkphp5_quickstart/147278

Put together with the front end of the bootstrap simple.

I am using wamp integrated environment, http.conf set up under public directory public directory:

<VirtualHost *:80>
    DocumentRoot "C:\wamp\www\public"
    ServerName localhost
</VirtualHost>

Backstage as / admin

web directory Download: https: //files.cnblogs.com/files/b1gstar/www20200128.rar

mysql database download address: https: //files.cnblogs.com/files/b1gstar/thinkphp_sql.rar

Guess you like

Origin www.cnblogs.com/b1gstar/p/12239161.html