Install Yii 2.0 Manually or without Composer

Yii is a popular, powerful and highly extensible framework for faster application development. I found many newbies to struggling  for successfully install, run and develop Yii application. Those who are learning it may find useful to install Yii 2.0 manually or without composer as demonstrated in this article.

Note: I would suggest you to install Yii through composer as suggested in official docs because it allows you to install new extensions and update simply using single command.

Yii Manual Installation

Install Yii 2.0 Manually or without Composer

To start to Yii project you first need to download archive file which contains Yii core and ready to use basic template. Extract it and upload in web accessible folder (a folder inside htdocs in XAMPP at local).

So I have placed all Yii files and folder inside ‘basic-yii‘ directory which is a web accessible folder in my local development environment. Next is open ‘web.php’ file inside ‘config‘ folder and place a ‘cookieValidationKey‘ value which you can obtain randomly from this link and save file.

 

It’s time to check the installation. Open the browser and access the URL:

A working application powered by Twitter Bootstrap and Yii along with home, about, contact and a login page will be there for you. It’s all the way to Install Yii 2.0 Manually or without Composer.

 

You Might Interested In

1 COMMENT

Leave a Reply

Enclose a code block like: <pre><code>Your Code Snippet</code></pre>.