Simple Theme plugin screenshot
Dark mode ready
Multilingual support
Supports v5.x

Simple Theme

A simple theme with custom user menu in sidebar

Tags: Theme
Supported versions:
3.x
Fady Mondy avatar Author: Fady Mondy

Documentation

Screenshot

Latest Stable Version License Downloads

A simple theme for FilamentPHP with custom user menu in sidebar

#Screenshots

Dashboard User Menu Resource Dark Dashboard Dark Resource

#Installation

composer require tomatophp/filament-simple-theme

after install your package please run this command

php artisan filament-simple-theme:install

now run npm

npm i && npm run dev

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

->plugin(\TomatoPHP\FilamentSimpleTheme\FilamentSimpleThemePlugin::make())

#Publish Assets

you can publish config file by use this command

php artisan vendor:publish --tag="filament-simple-theme-config"

you can publish views file by use this command

php artisan vendor:publish --tag="filament-simple-theme-views"

you can publish languages file by use this command

php artisan vendor:publish --tag="filament-simple-theme-lang"

you can publish migrations file by use this command

php artisan vendor:publish --tag="filament-simple-theme-migrations"

#Other Filament Packages

Checkout our Awesome TomatoPHP