https://github.com/gabriele-carbonai/yii2-task-evolution
https://github.com/gabriele-carbonai/yii2-task-evolution
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gabriele-carbonai/yii2-task-evolution
- Owner: gabriele-carbonai
- Created: 2017-03-24T17:12:16.000Z (about 8 years ago)
- Default Branch: 1.0.0-alpha
- Last Pushed: 2017-03-27T18:09:12.000Z (about 8 years ago)
- Last Synced: 2025-01-10T22:50:05.764Z (5 months ago)
- Language: PHP
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Task Evolution
==============
Help developing with task evolutionInstallation
------------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