Home
Softono

Fadetask

Open source PHP
26
Stars
5
Forks
0
Issues
2
Watchers
1 year
Last Commit

 About Fadetask

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

Platforms

Web Self-hosted

Languages

PHP

Links

Need Help Installing Fadetask?

We provide expert installation service for this software. Our team will install, configure, and secure Fadetask on your server. plans start at just $30.

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