buzdyk / myspace

shows aggregate time trackers data
MIT License
14 stars 3 forks source link
inertia laravel vue3

myspace

Features:

drawing

Currently available time providers are:

Setup

cp .env.example .env
composer install
php artisan migrate
npm install
npm run build

There are 3 common options to self-host:

  1. php artisan serve
  2. Laravel Valet
  3. Laravel Sail

To make /today page run smoother use queue connection other than sync.