Skip to content

Instantly share code, notes, and snippets.

@Gigabyte1979
Last active October 23, 2015 07:34
Show Gist options
  • Save Gigabyte1979/cc78d53d62433ee60d80 to your computer and use it in GitHub Desktop.
Save Gigabyte1979/cc78d53d62433ee60d80 to your computer and use it in GitHub Desktop.
Composer usage for Install/Update Yii2-framework
:: 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