Yii Framework first step--Installation

Source: Internet
Author: User

1. Download composer

Website download: https://getcomposer.org/download/

2. Enable support for PHP's OpenSSL

Modifying a configuration file php.ini

Remove the comments in front of Extension=php_openssl.dll

3, installation composer

The "Next" installation is complete.

After installation, you will be prompted to reopen the cmd command line to use.

4. Download Yii2–basic Template

Official website Download: http://www.yiiframework.com/download/

Download complete extract to Web-accessible directory
Generally htdocs or www

5. Installation via composer

Open cmd, jump Web Access Directory
I'm here, D:\phpStudy\WWW .

Let's create an app called "Yiidemo".

Enter the command:

composer Create-project–prefer-dist–stability=dev Yiisoft/yii2-app-basic. /yiidemo

If it generates, it indicates success

After successful browser input http://localhost/yiidemo/web/index.php , such as

If you are installing advanced instead of basic, you can change basic to advanced when you install it, and, of course, the advanced template is also available for download.

Set the folder name Yii2test to the last input link for http://localhost/yii2test/frontend/web/index.php

Effects such as:

Yii Framework first step--Installation

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.