PHPackages                             andresouza7/halloween-theme-filament - 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. andresouza7/halloween-theme-filament

ActiveLibrary[Admin Panels](/categories/admin)

andresouza7/halloween-theme-filament
====================================

A spooky Halloween theme plugin for Filament with animated ghosts, jumpscares, and festive effects.

v1.0.1(5mo ago)00MITJavaScriptPHP ^8.1|^8.2|^8.3

Since Jan 18Pushed 5mo agoCompare

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

READMEChangelogDependencies (2)Versions (3)Used By (0)

🎃 Halloween Theme Plugin for Filament
=====================================

[](#-halloween-theme-plugin-for-filament)

A spooky Halloween theme plugin for Filament that adds animated ghosts, jumpscares, and a festive pumpkin button to your admin panel.

Features
--------

[](#features)

- 👻 **Animated Ghosts**: Floating ghosts that spawn when dark mode is enabled
- 😱 **Jumpscares**: Random jumpscare videos for a spooky surprise
- 🎃 **Pumpkin Button**: Interactive pumpkin that encourages users to enable dark mode
- 🌙 **Theme-Aware**: Automatically enables/disables effects based on the theme switcher

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

[](#installation)

### 1. Add the package to your project

[](#1-add-the-package-to-your-project)

If using as a local package:

```
{
    "repositories": [
        {
            "type": "path",
            "url": "./packages/halloween-theme"
        }
    ],
    "require": {
        "ueap/halloween-theme": "@dev"
    }
}
```

Then run:

```
composer update ueap/halloween-theme
```

### 2. Publish Assets

[](#2-publish-assets)

Publish the JavaScript files, images, and videos to your public directory:

```
php artisan vendor:publish --tag=halloween-theme-js
php artisan vendor:publish --tag=halloween-theme-images
php artisan vendor:publish --tag=halloween-theme-videos
```

Or publish all at once:

```
php artisan vendor:publish --tag=halloween-theme-js --tag=halloween-theme-images --tag=halloween-theme-videos
```

### 3. Register the Plugin

[](#3-register-the-plugin)

The plugin is automatically registered via Laravel's package discovery. The service provider will:

- Register JavaScript assets (jumpscare, phantom, watchtheme)
- Configure navigation items to remove icons
- Only load assets for authenticated users (skips login page)

Usage
-----

[](#usage)

The plugin works automatically once installed. When users switch to dark mode, the Halloween effects will activate:

- Ghosts will spawn every 3 seconds
- The pumpkin button appears in light mode to encourage switching to dark mode
- Clicking the pumpkin in dark mode triggers a jumpscare

Customization
-------------

[](#customization)

### Adjusting Ghost Behavior

[](#adjusting-ghost-behavior)

Edit `resources/js/phantom.js`:

```
const maxGhosts = 3  // Maximum number of ghosts on screen
const chaseCooldown = 30 * 1000  // Time between ghost chases
```

### Adjusting Jumpscare Timing

[](#adjusting-jumpscare-timing)

Edit `resources/js/jumpscare.js`:

```
const delay = 40000 + Math.random() * 50000;  // Random delay between jumpscares
```

### Route Name Configuration

[](#route-name-configuration)

If your Filament panel uses a different ID than `app`, update the route check in `HalloweenThemeServiceProvider.php`:

```
if ($user && !request()->routeIs('filament.YOUR_PANEL_ID.auth.login')) {
    // ...
}
```

Assets
------

[](#assets)

The plugin includes:

- **JavaScript**: `jumpscare.js`, `phantom.js`, `watchtheme.js`
- **Images**: `fantasma.png`, `bats.png`, `pumpkin.png`
- **Videos**: `jumpscare1.mp4`, `jumpscare2.mp4`, `jumpscare3.mp4`, `jumpscare4.mp4`

Requirements
------------

[](#requirements)

- PHP ^8.1
- Filament ^3.0 or ^4.0
- Laravel package with theme switcher

License
-------

[](#license)

MIT

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

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

Total

2

Last Release

168d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14267530?v=4)[Andre](/maintainers/andresouza7)[@andresouza7](https://github.com/andresouza7)

---

Top Contributors

[![andresouza7](https://avatars.githubusercontent.com/u/14267530?v=4)](https://github.com/andresouza7 "andresouza7 (2 commits)")

---

Tags

pluginlaravelthemeadminfilamenthalloweenspooky

### Embed Badge

![Health badge](/badges/andresouza7-halloween-theme-filament/health.svg)

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

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[awcodes/filament-curator

A media picker plugin for FilamentPHP.

437356.9k24](/packages/awcodes-filament-curator)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[marcelweidum/filament-passkeys

Use passkeys in your filamentphp app

6649.5k1](/packages/marcelweidum-filament-passkeys)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2317.5k](/packages/mradder-filament-logger)

PHPackages © 2026

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