Home > PHP Framework > YII > body text

How to build yii2 framework?

coldplay.xixi
Release: 2020-07-21 16:49:42
Original
4635 people have browsed it

How to build the yii2 framework: First download the installation package and download the framework locally; then unzip it to the root directory of the website and access the web directory; then open the local server and enter the yii2 file in the browser folder's web directory; finally set the [web.php] value and save it.

How to build yii2 framework?

How to build the yii2 framework:

1. First download a yii2 installation package from the Internet. Enter yii2 in the browser to find the first search result.

How to build yii2 framework?

#2. Enter the community of yii2 development documentation, find "Download Framework", and enter the framework download page.

How to build yii2 framework?

3. On the framework download page, select "Install from archive file", click the "Basic Application Template" download link, and download the yii2 framework locally.

How to build yii2 framework?

#4. After the download is completed, unzip yii2 to the website root directory of the local server, which is the directory of WWW.

How to build yii2 framework?

#5. Click to enter the directory of the decompressed yii2. The directory we want to access is the web directory.

How to build yii2 framework?

#6. Then we open the local server. I use the apache server here and the integrated software of phpstudy.

How to build yii2 framework?

#7. After startup, we enter in the browser the web directory under the yii2 folder we just mentioned.

How to build yii2 framework?

#8. When I visited, I found that an error was reported. What happened? Looking at the prompt, it turns out that there is no value for cookieValidationKey. This cookieValidationKey is configured in web.php under config in the yii2 directory.

How to build yii2 framework?

9. We find web.php, open this file, find the configuration item cookieValidationKey, we can enter any value for this value, and then save it.

How to build yii2 framework?

10. After saving, we visit again. At this time, the words Congratulations! appear, indicating that our yii2 framework has been successfully installed. Let’s go develop!

How to build yii2 framework?

Related learning recommendations: yii tutorial

The above is the detailed content of How to build yii2 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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!