Last active
October 23, 2015 07:34
-
-
Save Gigabyte1979/cc78d53d62433ee60d80 to your computer and use it in GitHub Desktop.
Composer usage for Install/Update Yii2-framework
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:: check/install composer updates ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: | |
composer self-update | |
:: check/install updates for composer packages :::::::::::::::::::::::::::::::::::::::::::::::::::: | |
composer update | |
:: install additional plugin for composer packages :::::::::::::::::::::::::::::::::::::::::::::::: | |
composer global require "fxp/composer-asset-plugin:~1.0.3" | |
:: install Yii2-framework Basic Edition with name ProjectName ::::::::::::::::::::::::::::::::::::: | |
composer create-project --prefer-dist --stability=dev yiisoft/yii2-app-basic ProjectName | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment