shaz3e / support-ticket
Customer Support Ticket System
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/shaz3e/support-ticket
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!