Home > PHP Framework > YII > body text

How to create a project using yii framework

王林
Release: 2019-12-13 16:07:04
Original
3088 people have browsed it

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
Copy after login

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!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template