Home  >  Article  >  PHP Framework  >  How to deploy yii framework project

How to deploy yii framework project

藏色散人
藏色散人Original
2020-01-22 15:30:352745browse

How to deploy yii framework project

How to deploy the yii framework project?

Deployment method of the yii framework

Deployment method of yii framework (yii framework)

For those who are just starting to learn, it is still difficult to deploy the yii framework. Yii is a component-based system for developing large-scale Web applications. High performance PHP framework. Yii provides almost all the features needed for today's Web 2.0 application development. Yii is one of the most efficient PHP frameworks. Let's start the deployment of our Yii framework.

1. Before deploying the yii framework, you must first set up the php environment. I won’t talk about setting up the development environment here. After the environment is set up. Go to the yii official website to download yii framework

2. Then unzip the downloaded directory and place it in your php environment directory; here we only need two directories: framework and requirements: framework is the framework file, This is necessary; requirements are environment detection files.

How to deploy yii framework project

3. Check whether the current environment meets the requirements of yii framework. Visiting http://localost/app/Yii/requirements

will give Our recommended environment configuration:

How to deploy yii framework project

4. After completing the environment, it is time to deploy yii framework. Here we use yiic to deploy

How to deploy yii framework project

5. Press the Windows R key combination or start->Execute->cmd to open the CMD command window. If our yiic file is in F:\wamp\www\yii\framework, in cmd Enter this directory and follow the steps below:

How to deploy yii framework project

The marked place is the path and name of the project. Able to define it yourself.

Then click and enter yes. The project has been created successfully

How to deploy yii framework project

#6. Visit the project address. The following picture appears indicating that the deployment is successful.

Recommended related articles and tutorials: yii tutorial

The above is the detailed content of How to deploy yii framework project. For more information, please follow other related articles on the PHP Chinese website!

Statement:
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