2017 © Pedro Peláez
 

yii2-extension yii2-vega

Simple task tracker

image

zabachok/yii2-vega

Simple task tracker

  • Monday, May 8, 2017
  • by zabachok
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Vega is the task tracker

Simple personal task tracker, (*1)

Installation

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

Activating

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']],
                ],
            ]
        ],
    ]);

The Versions

08/05 2017

dev-master

9999999-dev

Simple task tracker

  Sources   Download

MIT

The Requires

 

yii2 task tracker vega

08/05 2017

0.0.1

0.0.1.0

Simple task tracker

  Sources   Download

MIT

The Requires

 

yii2 task tracker vega