You can install the package via composer:
composer require digitalequation/teamwork-desk
After the installation is complete, publish the migrations files:
php artisan vendor:publish --provider="DigitalEquation\TeamworkDesk\TeamworkDeskServiceProvider" --tag="migrations"
php artisan migrate
Publish the config file:
php artisan vendor:publish --provider="DigitalEquation\TeamworkDesk\TeamworkDeskServiceProvider" --tag="config"
The package will throw two events, SupportTicketCreated
and SupportTicketWebhookReceived
that you can listen to using an event listener subscriber and process the data as you see fit.
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email robert.chiribuc@thebug.ro instead of using the issue tracker.