variety of premium plugins

Learn More

wind

you are reading the documentation for version v3
to check your version use: composer show lara-zeus/wind

On this page

Configuration

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

these all the available configuration, and their defaults values

WindPlugin::make()
->windPrefix('wind')
->windMiddleware(['web'])
->defaultDepartmentId(1)
->defaultStatus('NEW')
->departmentResource()
->windModels([
'Department' => \LaraZeus\Wind\Models\Department::class,
'Letter' => \LaraZeus\Wind\Models\Letter::class,
])
->uploadDisk('public')
->uploadDirectory('logos')
->navigationGroupLabel('Wind'),