shaz3e/support-ticket

Customer Support Ticket System

0.0.1 2023-11-23 20:54 UTC

This package is auto-updated.

Last update: 2024-09-25 00:23:23 UTC


README

Total Downloads Latest Stable Version License

Install Support Ticket

composer require shaz3e/support-ticket

Add service provider

'providers' => [
    Shaz3e\SupportTicket\Providers\SupportTicketServiceProvider::class,
]

Publish the config file

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

Publish Migration

php artisan vendor:publish --tag=support-ticket-migrations

Migration

php artisan migrate

Database Seed

php artisan support-ticket:seed

Optional

Publish Assets

php artisan vendor:publish --tag=support-ticket-assets

Publish Views

php artisan vendor:publish --tag=support-ticket-views

Contributing

License

Support Ticket is licensed under the MIT license. Enjoy!

Credit