Layout Options
In the Laravel package, AdminLTE's layout variants are config-driven rather than
separate pages — set the keys below in config/adminlte.php and the layout updates
everywhere. The toggles you can try live (color mode, sidebar collapse, fullscreen) are in the navbar.
Fixed Sidebar
On
The sidebar stays in place while the page content scrolls.
'layout_fixed_sidebar' => true,
Fixed Header
On
The top navbar is pinned to the top of the viewport.
'layout_fixed_navbar' => true,
Fixed Footer
Off
The footer is pinned to the bottom of the viewport.
'layout_fixed_footer' => false,
Sidebar Mini
On
Collapses the sidebar to icons; expands on hover.
'sidebar_mini' => true,
Collapsed Sidebar
Off
Starts with the sidebar collapsed.
'sidebar_collapse' => false,
Boxed Layout
Off
Constrains the app to a centered, boxed width.
'layout_boxed' => false,
Top Navigation
Off
Hides the sidebar and renders the menu in the top navbar.
'layout_topnav' => false,
Right-to-Left (RTL)
Off
Loads the RTL stylesheet and flips the layout direction.
'layout_rtl' => false,