variety of premium plugins

Learn More

dynamic-dashboard

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/dynamic-dashboard

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

RainPlugin::make()
->rainModels([
'Layout' => \LaraZeus\Rain\Models\Layout::class,
'Columns' => \LaraZeus\Rain\Models\Columns::class
])
->uploadDisk('public')
->uploadDirectory('layouts')
->navigationGroupLabel('Rain')