Hello everyone,
A couple of years of go i used to programm using PHP, but without frameworks. With these recent developments i´ve decided to get in the to the game and try using one. I´ve decided to use yii 2.0 .
I´ve read some of the documentation and in my opinion there is some lack of information (at least for who is getting started), so i´m having some problems installing yii 2.0 on my computer using Xampp. The PHP version is 5.5.9.
From what i could undertsand i downloaded the yii 2.0 framework, extracted the content and copied to c:\xampp\htdocs\yii2
I´ve already installed the composer, so the the next thing to do i think would be, using the cmd, do these two lines of code:
composer global require "fxp/composer-asset-plugin:1.0.0"
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic basic
The problem is when i do the last one it asks for username and password i think of GitHub. Can you tell me if i’m obligated to have an account on github to install yii 2.0 framework.
Is there a way to get around this?
Thanks in advanced.