Downloads

Be sure to read the Installation Guide.

Composer

Download using composer by running the following command:

$ composer require --prefer-dist cornernote/yii2-dashboard:"^1.0"

Or add a require line to your composer.json:

{
    "require": {
        "cornernote/yii2-dashboard": "^1.0"
    }
}

Git Clone

clone url: git@github.com:cornernote/yii2-dashboard.git or https://github.com/cornernote/yii2-dashboard.git

git clone git@github.com:cornernote/yii2-dashboard.git
git clone https://github.com/cornernote/yii2-dashboard.git

Archives