Skip to content

Track you office presence and quotas you need to reach. Work from Office / Home tracker

Notifications You must be signed in to change notification settings

michal-repo/wfo

Repository files navigation

Work From Office/Home Calendar

WFO-1


WFO-2

env

cd api
cp .env.example .env

Update .env file

Composer

cd api
composer install
cp client/.htaccess vendor/

DB

Create DB

CREATE DATABASE `wfo_cal` /*!40100 DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci */;

Create user and grant access to new DB.

Migrate DB

Windows:

.\vendor\bin\doctrine-migrations.bat migrate

Linux:

./vendor/bin/doctrine-migrations migrate

About

Track you office presence and quotas you need to reach. Work from Office / Home tracker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published