Cattr is an open-source time tracking solution, designed to be flawlessly integrated with your infrastructure. Superpowered with features like built-in screenshot capture and activity detection, it's a great instrument to boost your team's performance straight to the top.
Dashboard | Project report |
---|---|
The demo app is available here: demo.cattr.app
Installation manual on the documentation website.
composer install
php artisan key:generate
yarn
After should be edited .env
file (e.g. for DB connection), look at .env.example
for examples
php artisan migrate --seed --seeder=InitialSeeder
App will not start without seeding of InitialSeeder
After seeding it, run php artisan cattr:make:admin
and you will be able to login with following credentials
admin@cattr.app
password
local server by default will be run as http://127.0.0.1:8000
php artisan serve
yarn dev
composer dumphelpers
composer dumperd
https://github.com/cattr-app/desktop-application – Cattr Desktop Application. You can also download the built app for any OS from the official site.
You can find the Cattr documentation on the website.
Checkout the Getting Started page for a quick overview.
For questions and support please use the official forum.