An open API service indexing awesome lists of open source software.

https://github.com/gabriele-carbonai/yii2-task-evolution


https://github.com/gabriele-carbonai/yii2-task-evolution

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

Task Evolution
==============
Help developing with task evolution

Installation
------------

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist gomonkey/yii2-task-evolution "*"
```

or add

```
"gomonkey/yii2-task-evolution": "*"
```

to the require section of your `composer.json` file.

Update database schema
----------------------

You need to do is updating your database schema by applying the migrations. Make sure that you have properly configured db application component and run the following command:

` $ php yii migrate/up --migrationPath=@vendor/gomonkey/yii2-task-evolution/migration `

Usage
-----

Once the extension is installed, simply use it in your code by :

```php
['::1', '127.0.0.1'],
'users' => false,
'active' => true,
]);;
?>```

php yii migrate/up --migrationPath=@vendor/gomonkey/yii2-task-evolution/migration