netweb/tickets

This package will genrate tickets for handle project issues easily

2.1 2023-12-19 11:11 UTC

This package is auto-updated.

Last update: 2024-05-19 12:40:51 UTC


README

composer require netweb/tickets

Include in the provider

.... Netweb\Tickets\TicketServiceProvider::class,

Publish Assets (Optional)

php artisan vendor:publish --tag=ticket-config

Config ENV

CLIENT_TOKEN = 'Your client code in tickets project'

PROJECT_CODE = 'Your Project code in tickets project'

For Upload Files

TICKET_SFTP_HOST

TICKET_SFTP_USERNAME

TICKET_SFTP_PASSWORD

TICKET_SFTP_ROOT = 'path to where tickets attachments need to upload'