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 v3
to check your version use: composer show lara-zeus/thunder

On this page

Compiling assets

we use tailwind Css and custom themes by filament, make sure you are familiar with tailwindcss configuration, and how to make custom filament theme.

Custom Classes:

You need to add these files to your tailwind.config.js file in the content section.

  • frontend:

    • ./vendor/lara-zeus/core/resources/views/**/*.blade.php
    • ./vendor/lara-zeus/thunder/resources/views/themes/**/*.blade.php
    • './vendor/lara-zeus/thunder/src/Models/TicketsStatus.php',
  • filament:

    • './vendor/lara-zeus/thunder/resources/views/filament/**/*.blade.php',
    • './vendor/lara-zeus/thunder/src/Models/TicketsStatus.php',
    • './vendor/lara-zeus/thunder/src/Filament/Resources/TicketResource.php',