thunder

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
Thunder is a premium package, get your license here

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

1ThunderPlugin::make()
2 ->thunderPrefix('thunder')
3 ->thunderMiddleware(['web'])
4 ->defaultStatus('NEW')
5 ->departmentResource()
6 ->thunderModels([
7 'Office' => \LaraZeus\Thunder\Models\Office::class,
8 'Operations' => \LaraZeus\Thunder\Models\Operations::class,
9 'Ticket' => \LaraZeus\Thunder\Models\Ticket::class,
10 'TicketsStatus' => \LaraZeus\Thunder\Models\TicketsStatus::class,
11 ])
12 ->uploadDisk('public')
13 ->uploadDirectory('tickets')
14 ->navigationGroupLabel('Thunder')

Zeus is an open-source project. Thanks to my sponsors for helping me maintain this project.