Home  >  Article  >  PHP Framework  >  How to create a project using yii framework

How to create a project using yii framework

王林
王林Original
2019-12-13 16:07:043083browse

How to create a project using yii framework

1. Download yii framework

2. Configure environment variables

1. Yiic environment variables D:\wamp\www\yiiDemo\framework (The path where the downloaded yii framework yiic is located)

2. The environment variable of php.exe is such as: D:\wamp\bin\php\php5.3.10 (the path where php.exe is located in the server used) )

3. Use the command to create the yii project

yiic webapp D:wamp\www\mydemos

Complete! It will create a mydemos project in your D:wamp\www\ directory.

Recommended related articles and tutorials: yii tutorial

The above is the detailed content of How to create a project using yii framework. 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
Previous article:Why is yii fast?Next article:Why is yii fast?