/fadetask

An open-source kanban project implemented using PHP and VUE2. php(webman) + vue2 实现的开源看板项目。支持项目、看板、自定义字段、到期通知等特性。

Primary LanguagePHP

FadeTask

What is it

FadeTask 是基于php和vue2开发的一个开源看板项目。

Requires

  • PHP Version > 7.2
  • Webman
  • Vue Version = 2
  • 关于PHP运行环境,请参考 workerman

Install

api

cd api/ && composer install
# copy config file
cp .env.example ./.env

web

cd web && yarn

Run

api

cd api
# migrate
./vendor/bin/phpmig migrate
# start for develop
php start.php start
# Daemon
php start.php start -d

# restart
php start.php restart -d

web

See Web README.md