filament-simple-theme
A simple theme for FilamentPHP
Extends filament
composer require tomatophp/filament-simple-themeStars14
LanguagePHP
LicenseMIT
Last push2024-12-01
- filament-plugins
- filament-themes
- theme
- user-menu-sidebar
Readme

Filament Simple Theme
A simple theme for FilamentPHP: the user menu lives in the sidebar and the page content is an inset card.
Version Compatibility
| Plugin | Filament | Laravel | PHP |
|---|---|---|---|
| 1.x | 3.x | 10.x / 11.x | 8.1+ |
| 5.x | 5.x | 12.x / 13.x | 8.2+ |
Screenshots

Installation
bash
Then register the plugin in /app/Providers/Filament/AdminPanelProvider.php:
php
The theme is plain CSS registered with Filament assets: no Vite, Tailwind or npm step, and it works next to your own
viteTheme(). Run php artisan filament:assets after updating the package (the install command does it for you).
How it works
- The panel topbar is turned off and Filament's own user menu moves to the sidebar footer, so everything plugins render around the user menu (language switchers, the theme switcher, custom menu items) keeps working.
- The sidebar sits on the page ground and the content becomes an inset card; light and dark mode are both styled.
- With tomatophp/filament-tomatophp-theme enabled it follows the brand colors.
Keep the topbar and its user menu, and only use the styling:
php
Testing
bash
Other Filament Packages
Checkout our Awesome TomatoPHP