Home > PHP Framework > YII > body text

How to build a configuration environment in the yii framework

王林
Release: 2019-12-13 17:24:25
Original
2953 people have browsed it

How to build a configuration environment in the yii framework

1. First, go to the official website to download the latest framework

2. Configure environment variables, find the folder where php.exe is located, and write down the path. The path here is E :\wamp\bin\php\php5.2.6

If your system is win7, then Computer->Properties->Advanced System Settings->Environment Variables->System Variables, find path

If your system is winXP, then My Computer->Properties->"Advanced" tab->Environment Variables->System Variables, find path

and add the path Go to the beginning of the path and end with ";", as shown below:

How to build a configuration environment in the yii framework

3. Place the YII framework in the root directory

4. In cmd Run dos command

How to build a configuration environment in the yii framework

Related article tutorial recommendation:yii framework

The above is the detailed content of How to build a configuration environment in the yii framework. For more information, please follow other related articles on the PHP Chinese website!

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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!