The specific steps are as follows:
(Learning video sharing: php video tutorial)
First set up the PHP environment, and then Download to the official website to download yii framwork: http://www.yiiframework.com/
Unzip the downloaded package into the built environment. The directory is as follows:
Copy the core file framework to the project you want to build, framework directory:
Build the project (cmd command finds the framework in the project, run as follows) :
The prompt is not an internal or external command, as shown in the figure:
It means that the environment for PHP running is not found. Just configure the environment variables:
Project deployment completed
Access the project:
Related recommendations: yii framework
The above is the detailed content of Yii framework project deployment steps. For more information, please follow other related articles on the PHP Chinese website!