Getting Started
This guide gets you from zero to a working installation with Trello + WhatsApp.
Prerequisites
- Laravel app with queue configured
- A public HTTPS endpoint for webhooks
- Trello and WhatsApp credentials
Steps
- Install the package
composer require tonsoo/task-tracker
- Publish config
php artisan vendor:publish --tag=task-tracker-config
- Run migrations
php artisan migrate
-
Configure
.envSee Configuration. -
Start the queue worker
php artisan queue:work
- Ensure the scheduler runs Configure your system scheduler to run:
php artisan schedule:run
- Set up WhatsApp webhooks See WhatsApp Cloud API Setup.