PHPackages                             3x1io/filament-themes - 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. [Admin Panels](/categories/admin)
4. /
5. 3x1io/filament-themes

ActiveLibrary[Admin Panels](/categories/admin)

3x1io/filament-themes
=====================

FrontEnd Themes Manager For Filament Admin

v1.1.1(2y ago)373.9k72MITPHPPHP ^8.1

Since Mar 30Pushed 2y ago4 watchersCompare

[ Source](https://github.com/fadymondy/filament-themes)[ Packagist](https://packagist.org/packages/3x1io/filament-themes)[ Docs](https://3x1.io)[ GitHub Sponsors](https://github.com/3x1io)[ RSS](/packages/3x1io-filament-themes/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (5)Used By (2)

[![Screenshot of Login](./art/screenshot.png)](./art/screenshot.png)

Filament Theme Manager
======================

[](#filament-theme-manager)

FrontEnd Themes Manager For Filament Admin

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

[](#installation)

You can install the package via composer:

```
composer require 3x1io/filament-themes
```

Run migration:

```
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
php artisan vendor:publish --tag="filament-themes-assets"
php artisan vendor:publish --tag="filament-themes-migrations"
```

Run migration:

```
php artisan migrate
```

Remove default route from routes/web.php

```
php artisan optimize
```

add to your composer.json

```
"autoload": {
    "psr-4": {
        "App\\": "app/",
        "Database\\Factories\\": "database/factories/",
        "Database\\Seeders\\": "database/seeders/",
        "Themes\\": "resources/views/themes/"
    }
},
```

```
composer dump-autoload
```

Create New Theme
----------------

[](#create-new-theme)

to create a new theme just this this command

```
php artisan filament-themes:generate
```

it will ask you for the theme name and the theme description

and you will get your new theme folder on path `resources/views/themes/THEME_NAME`

and your assets folder on path `public/themes/THEME_NAME`

---

Theme Helpers
-------------

[](#theme-helpers)

our theme feature has some helpers to make it easy to make a frontend theme like theme assets url

```
theme_assets()
```

this function take a `url` and make it easy to access your theme path `public/themes/THEME_NAME/`

```
theme_namespace()
```

this function get the namespace for the controller folder of the current theme

```
show_menu()
```

this function take a `key` and get this key from `settings` table and decode it to array so you can use it when you make a menu inside a json setting.

```
dollar()
```

this function take a `number` and convert it to money style with a currency symbol

---

Generate a Theme Controller
---------------------------

[](#generate-a-theme-controller)

our themes feature support artisan command to generate a new theme controller you can use this command like

```
php artisan filament-themes:controller
```

i will ask you about Theme Name and Controller Name

**Note:** the controller name must be in `PascalCase` without `Controller` word on the end because we attach it automatically

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Fady Mondy](https://github.com/3x1io)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

35

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity31

Limited adoption so far

Community20

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 84.6% 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 ~245 days

Total

4

Last Release

767d ago

PHP version history (2 changes)v1.0.0PHP ^8.0

v1.1.0PHP ^8.1

### 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 (22 commits)")[![EmilioBravo](https://avatars.githubusercontent.com/u/544288?v=4)](https://github.com/EmilioBravo "EmilioBravo (2 commits)")[![hadyfayed](https://avatars.githubusercontent.com/u/6465546?v=4)](https://github.com/hadyfayed "hadyfayed (1 commits)")[![shankhadevpadam](https://avatars.githubusercontent.com/u/3838722?v=4)](https://github.com/shankhadevpadam "shankhadevpadam (1 commits)")

---

Tags

filamentlaravelphptailwindthemelaravelthemesfilament

### Embed Badge

![Health badge](/badges/3x1io-filament-themes/health.svg)

```
[![Health](https://phpackages.com/badges/3x1io-filament-themes/health.svg)](https://phpackages.com/packages/3x1io-filament-themes)
```

###  Alternatives

[hasnayeen/themes

Themes for Filament panels

339220.9k12](/packages/hasnayeen-themes)[awcodes/filament-quick-create

Plugin for Filament Admin that adds a dropdown menu to the header to quickly create new items.

246177.6k7](/packages/awcodes-filament-quick-create)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[redberry/page-builder-plugin

Page builder plugin for filamentphp admin panel to build pages using blocks.

242.8k](/packages/redberry-page-builder-plugin)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[riodwanto/filament-ace-editor

An ACE editor field for Filament forms with syntax highlighting, themes, and autocompletion.

2065.8k4](/packages/riodwanto-filament-ace-editor)

PHPackages © 2026

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