PHPackages                             tomatophp/filament-simple-theme - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. tomatophp/filament-simple-theme

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

tomatophp/filament-simple-theme
===============================

A simple theme for FilamentPHP with custom user menu in sidebar

v1.0.2(1y ago)146.8k↓83.8%3[1 issues](https://github.com/tomatophp/filament-simple-theme/issues)MITPHPPHP ^8.1

Since Sep 11Pushed 1y ago1 watchersCompare

[ Source](https://github.com/tomatophp/filament-simple-theme)[ Packagist](https://packagist.org/packages/tomatophp/filament-simple-theme)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/tomatophp-filament-simple-theme/feed)WikiDiscussions master Synced yesterday

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

[![Screenshot](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/3x1io-tomato-simple-theme.jpg)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/3x1io-tomato-simple-theme.jpg)

Filament Simple Theme
=====================

[](#filament-simple-theme)

[![Latest Stable Version](https://camo.githubusercontent.com/08459dc52335f5cc07e30fd658c3b3056fc4269a2d222c98f6624a20a6594d8f/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73696d706c652d7468656d652f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-simple-theme)[![License](https://camo.githubusercontent.com/7ba2bb69fc6cc03b4992ff78390a01755c3504a4da1f5d682ead9edf60a64063/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73696d706c652d7468656d652f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-simple-theme)[![Downloads](https://camo.githubusercontent.com/42d9dac7a7e7d2a757578a572a070d56597de7297f2049217bef57c9443fddc7/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d73696d706c652d7468656d652f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-simple-theme)

A simple theme for FilamentPHP with custom user menu in sidebar

Screenshots
-----------

[](#screenshots)

[![Dashboard](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/dashboard.png)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/dashboard.png)[![User Menu](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/user-menu.png)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/user-menu.png)[![Resource](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/resource.png)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/resource.png)[![Dark Dashboard](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/dashboard-dark.png)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/dashboard-dark.png)[![Dark Resource](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/resource-dark.png)](https://raw.githubusercontent.com/tomatophp/filament-simple-theme/master/arts/resource-dark.png)

Installation
------------

[](#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
--------------

[](#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
-----------------------

[](#other-filament-packages)

Checkout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~40 days

Total

3

Last Release

579d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2147eb2fca7ab5f0124d0fafd88ba2d2a5dfa3a0036fb8872d1084b7cba29366?d=identicon)[fadymondy](/maintainers/fadymondy)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (10 commits)")

---

Tags

filament-pluginsfilament-themesthemeuser-menu-sidebarphplaravelfilamentfilament-themefilament-theme-simple

### Embed Badge

![Health badge](/badges/tomatophp-filament-simple-theme/health.svg)

```
[![Health](https://phpackages.com/badges/tomatophp-filament-simple-theme/health.svg)](https://phpackages.com/packages/tomatophp-filament-simple-theme)
```

###  Alternatives

[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[tapp/filament-google-autocomplete-field

Filament plugin that provides a Google Autocomplete field

30136.4k](/packages/tapp-filament-google-autocomplete-field)[tomatophp/filament-settings-hub

Manage your Filament app settings with GUI and helpers

5855.3k9](/packages/tomatophp-filament-settings-hub)[tomatophp/filament-icons

Picker &amp; Table Column &amp; Icons Provider for FilamentPHP

38115.1k13](/packages/tomatophp-filament-icons)[tomatophp/filament-pwa

get a PWA feature on your FilamentPHP app with settings from panel

9021.0k](/packages/tomatophp-filament-pwa)[andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

13643.4k2](/packages/andreia-filament-nord-theme)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
