You can install the package via composer:
composer require digitalequation/teamwork-deskAfter the installation is complete, publish the migrations files:
php artisan vendor:publish --provider="DigitalEquation\TeamworkDesk\TeamworkDeskServiceProvider" --tag="migrations"
php artisan migratePublish 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 testPlease 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.