F
Filament8mo ago
vas

change options for custom panel

hi i have 2 panels 1 the default admin and second one its called app i have added
->maxContentWidth('full')
->sidebarCollapsibleOnDesktop()
->maxContentWidth('full')
->sidebarCollapsibleOnDesktop()
in AdminPanelProvider but the return function its for admin
return $panel
->default()
->id('admin')
->path('admin')
return $panel
->default()
->id('admin')
->path('admin')
how can i do the same for app panel thanks
Solution:
nvm i saw its a new AppPanelProvider created for that panel
Jump to solution
1 Reply
Solution
vas
vas8mo ago
nvm i saw its a new AppPanelProvider created for that panel