Friday 17 July 2015

How to install Yii2 via Composer on Linux

In this blog, I am explain step by procedure to install YII2 via composer on linux. Yii 2 helps Web Programmer to make complex softwares and deliver them on or before deadlines.

  How to install Yii2 via Composer on Linux

 Before installing yii2 we need to install composer for install composer run these commands


curl -s http://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
 
 
Now for install yii first locate to your web root folder cd /var/www For Complete set of steps/ Commands, Visit full Blog: How to install Yii2 via Composer on Linux

FindNerd is the right place to resolve PHP language problems. Here you can post PHP Questions and Answers.If you need more this type of blog on PHP language, Find at FindNerd’sPHP Blogs.

No comments:

Post a Comment