shaz3e / support-ticket
Customer Support Ticket System
0.0.1
2023-11-23 20:54 UTC
README
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
- If you have any suggestions please let me know : https://github.com/Shaz3e/support-ticket/pulls.
- Please help me improve code https://github.com/Shaz3e/support-ticket/pulls
License
Support Ticket is licensed under the MIT license. Enjoy!