Home>Article>Operation and Maintenance> Install thinkphp5 using git
1. Thinkphp’s github code version address: https://github.com/top-think

2. Click think to copy the address

3. Create a new thinkphp5 folder git clone address code

4. Right-click git bash here

5. git clone --dapth=1 (clone the latest code)

6 . Clone the framework core package and create a new name with the name thinkphp

7. The thinkphp5 executable file is in the public directory (if you can see the following page, congratulations on successful installation)

[Recommended course:Git video tutorial]
The above is the detailed content of Install thinkphp5 using git. For more information, please follow other related articles on the PHP Chinese website!