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

Join our newsletter

Subscribe to Our Newsletter and never miss our offers, latest news, Articles, etc.

We care about the protection of your data. Read our Privacy Policy.