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 v2 our latest version is v3 make sure to select the correct version.
to check your version use: composer show lara-zeus/thunder

On this page

Configuration

to configure the plugin Rain, you can pass the configuration to the plugin in adminPanelProvider

these all the available configuration, and their defaults values

ThunderPlugin::make()
->thunderPrefix('thunder')
->thunderMiddleware(['web'])
->defaultStatus('NEW')
->departmentResource()
->thunderModels([
'Office' => \LaraZeus\Thunder\Models\Office::class,
'Operations' => \LaraZeus\Thunder\Models\Operations::class,
'Ticket' => \LaraZeus\Thunder\Models\Ticket::class,
'TicketsStatus' => \LaraZeus\Thunder\Models\TicketsStatus::class,
])
->uploadDisk('public')
->uploadDirectory('tickets')
->navigationGroupLabel('Thunder')