PHPackages                             codewithdiki/filament-theme-manager - 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. codewithdiki/filament-theme-manager

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

codewithdiki/filament-theme-manager
===================================

Plugin for laravel theme manager deploy your theme just by 1 click.

0.2.3(3y ago)11247MITPHPPHP ^7.4|^8.0

Since Jun 3Pushed 3y ago2 watchersCompare

[ Source](https://github.com/codeWithDiki/filament-theme-manager)[ Packagist](https://packagist.org/packages/codewithdiki/filament-theme-manager)[ RSS](/packages/codewithdiki-filament-theme-manager/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (7)Versions (12)Used By (0)

filament-theme-manager
======================

[](#filament-theme-manager)

Geting Started
--------------

[](#geting-started)

### Things You Should Know Before Installing This Plugin

[](#things-you-should-know-before-installing-this-plugin)

This plugin is stand above hexadog/laravel-themes-manager and filament/filament so before you install this plugin I recommend you to learn about them first. This plugin is require you to run a proccess in a queue. Use Laravel Horizon or other tools to run queue and also i recommend you to use redis.

### READ THIS

[](#read-this)

If you install this plugin before vite is supported you should create new migrations for themes table, your migration should looks like this

```
    public function up()
    {
        Schema::table('themes', function (Blueprint $table) {
            $table->string('asset_compiler')->default('mix');
        });
    }

```

### Install Guide

[](#install-guide)

```
composer require codewithdiki/filament-theme-manager

```

In your config/app.php place this code in you providers section

```
'providers' => [

        ...

        /*
         * Package Service Providers...
         */
        Codewithdiki\FilamentThemeManager\FilamentThemeManagerProvider::class,

        ...

    ],

```

### Publish Views And Migration

[](#publish-views-and-migration)

```
php artisan vendor:publish --tag=filament-theme-manager-migrations

php artisan vendor:publish --tag=filament-theme-manager-views

```

### Migrate

[](#migrate)

```
php artisan migrate

```

[![image](https://user-images.githubusercontent.com/62064510/216070237-71ade92c-5e45-4d01-ba87-b7194f39d41b.png)](https://user-images.githubusercontent.com/62064510/216070237-71ade92c-5e45-4d01-ba87-b7194f39d41b.png)[![image](https://user-images.githubusercontent.com/62064510/216070303-7b2f7d76-6de0-455d-aeed-81d303310d27.png)](https://user-images.githubusercontent.com/62064510/216070303-7b2f7d76-6de0-455d-aeed-81d303310d27.png)[![image](https://user-images.githubusercontent.com/62064510/216371013-77c8aeee-42fc-4138-bdc4-fc4a77958b65.png)](https://user-images.githubusercontent.com/62064510/216371013-77c8aeee-42fc-4138-bdc4-fc4a77958b65.png)[![image](https://user-images.githubusercontent.com/62064510/216371126-048af56a-86b4-4caf-bf88-d2affc0647df.png)](https://user-images.githubusercontent.com/62064510/216371126-048af56a-86b4-4caf-bf88-d2affc0647df.png)

###  Health Score

27

—

LowBetter than 46% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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 ~23 days

Recently: every ~57 days

Total

11

Last Release

1299d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5fda41fbddee779cfa4e7b69a8e7d26df5d34e9027fdd71a5546c9b0d8972d8?d=identicon)[codeWithDiki](/maintainers/codeWithDiki)

---

Top Contributors

[![codeWithDiki](https://avatars.githubusercontent.com/u/62064510?v=4)](https://github.com/codeWithDiki "codeWithDiki (26 commits)")

### Embed Badge

![Health badge](/badges/codewithdiki-filament-theme-manager/health.svg)

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

###  Alternatives

[slimani/filament-media-manager

A media manager plugin for Filament.

179.7k1](/packages/slimani-filament-media-manager)[statikbe/laravel-filament-flexible-content-blocks

The Laravel Filament Flexible Content Blocks package helps you to easily create content in Filament for any model, with predefined or custom blocks, and foreach block an extendable Blade view component.

17927.9k6](/packages/statikbe-laravel-filament-flexible-content-blocks)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16429.7k](/packages/backstage-mails)[tapp/filament-form-builder

User facing form builder using Filament components

133.5k6](/packages/tapp-filament-form-builder)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[visualbuilder/email-templates

Email Template editor for Filament

11753.1k](/packages/visualbuilder-email-templates)

PHPackages © 2026

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