Skip to content

BackupTek/teamwork-desk

Repository files navigation

PHP (Laravel) Teamwork Desk v2 (Internal Use)

Actions Status

For version 1 of the package check the [v1.md](./v1.md) documentation.

Installation

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.

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email robert.chiribuc@thebug.ro instead of using the issue tracker.

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages