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

1RainPlugin::make()
2 ->rainModels([
3 'Layout' => \LaraZeus\Rain\Models\Layout::class,
4 'Columns' => \LaraZeus\Rain\Models\Columns::class
5 ])
6 ->uploadDisk('public')
7 ->uploadDirectory('layouts')
8 ->navigationGroupLabel('Rain')

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