Configuration
You can publish the config file with:
1php artisan vendor:publish --tag="ticket-config"
You can publish and run the migrations with:
1php artisan vendor:publish --tag="ticket-migrations"
Before Running the migration, you may publish the config file, and make sure the current tables does not make a conflict with your existing application, and once you are happy with the migration table, you can run
1php artisan migrate