dev-master
9999999-devSimple task tracker
MIT
The Requires
yii2 task tracker vega
0.0.1
0.0.1.0Simple task tracker
MIT
The Requires
yii2 task tracker vega
Simple task tracker
Simple personal task tracker, (*1)
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
php composer.phar require --prefer-dist zabachok/yii2-vega "*"
or add, (*4)
"zabachok/yii2-vega": "*"
to the require section of your composer.json
file., (*5)
Then run module migration:, (*6)
./yii migrate --migrationPath=@vendor/zabachok/yii2-vega/migrations
Add to you config file:, (*7)
'modules' => [ ... 'vega' => [ 'class' => 'zabachok\vega\Module', ], ]
and to your menu:, (*8)
echo Nav::widget([ 'options' => ['class' => 'navbar-nav navbar-left'], 'items' => [ ... [ 'label' => 'Tasks', 'items' => [ ['label' => 'Projects', 'url' => ['/vega/project/index']], ['label' => 'Tasks', 'url' => ['/vega/task/index']], ], ] ], ]);
Simple task tracker
MIT
yii2 task tracker vega
Simple task tracker
MIT
yii2 task tracker vega