variety of premium plugins

Learn More

thunder

Thank you for checking Ticketing System, before you can install it, you will need a license.

you are reading the documentation for version v1 our latest version is v3 make sure to select the correct version.
to check your version use: composer show lara-zeus/thunder

Composer

You can install the package via composer:

composer require lara-zeus/thunder

Migrations

to publish the migrations files

php artisan vendor:publish --tag=zeus-thunder-migrations
php artisan vendor:publish --provider="BeyondCode\Comments\CommentsServiceProvider" --tag="migrations"

optionally, if you want to seed the database, publish the seeder and factories with:

Assets

to publish the assets files for the frontend:

php artisan vendor:publish --tag=zeus-assets

Run Migration

finally, run the migration:

php artisan migrate