Features:
- Unifies time data gathered from connected providers
- Transparent day-to-day time tracking
- Serves as a source of truth for monthly invoicing
Currently available time providers are:
- clockify
- everhour
- mayven
cp .env.example .env
composer install
php artisan migrate
npm install
npm run build
There are 3 common options to self-host:
php artisan serve
- Laravel Valet
- Laravel Sail
To make /today page run smoother use queue connection other than sync.