variety of premium plugins

Learn More

dynamic-dashboard

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

On this page

Configuration

to configure the plugin Dynamic Dashboard, you can pass the configuration to the plugin in adminPanelProvider

these all the available configuration, and their defaults values

DynamicDashboardPlugin::make()
->models([
'Layout' => \LaraZeus\DynamicDashboard\Models\Layout::class,
'Columns' => \LaraZeus\DynamicDashboard\Models\Columns::class
])
 
->uploadDisk('public')
->uploadDirectory('layouts')
 
->navigationGroupLabel('Dynamic Dashboard')
 
->hideLayoutResource()
 
->defaultLayout('new-page')