PHPackages                             filahq/filament-assist - 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. filahq/filament-assist

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

filahq/filament-assist
======================

Filament Assit to create Action with modal form for support / feedback / bug report

v1.0.0(1y ago)121MITPHPPHP ^8.1CI failing

Since Mar 16Pushed 1y ago1 watchersCompare

[ Source](https://github.com/FilaHQ/filament-assist)[ Packagist](https://packagist.org/packages/filahq/filament-assist)[ Docs](https://github.com/filahq/filament-assist)[ GitHub Sponsors](https://github.com/FilaHQ)[ RSS](/packages/filahq-filament-assist/feed)WikiDiscussions main Synced 4mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Filament Assist
===============

[](#filament-assist)

Filament Assit to create Action with modal form for support / feedback / bug report.

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

[](#installation)

You can install the package via composer:

```
composer require filahq/filament-assist

```

You can run the install command:

```
php artisan filament-assist:install

```

Setup
-----

[](#setup)

### 1. Register the Plugin

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

Add the following code to your panel provider to register the plugin and enable access to all assist resources in your Filament panel:

```
use FilaHQ\FilamentAssist\FilamentAssistPlugin;

class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->plugins([
                FilamentAssistPlugin::make()
            ]);
    }
}

```

### 2. Choose How to Display

[](#2-choose-how-to-display)

You have two ways to add the assist form:

#### Option 1: As a Page Action

[](#option-1-as-a-page-action)

```
use FilaHQ\FilamentAssist\Actions\AssistAction;

class YourPage extends Page
{
    protected function getHeaderActions(): array
    {
        return [
            AssistAction::make()
        ];
    }
}

```

#### Option 2: As a Livewire Component

[](#option-2-as-a-livewire-component)

```
// In your blade file

```

### 3. Customize (Optional)

[](#3-customize-optional)

Set a default assist type:

```
FilamentAssistPlugin::make()
    ->defaultAssistType("support")

```

Changelog
---------

[](#changelog)

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

Credits
-------

[](#credits)

- [FilaHQ](https://github.com/FilaHQ)
- [Knight Tan](https://github.com/imknight)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance43

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

476d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/77604?v=4)[Knight](/maintainers/imknight)[@imknight](https://github.com/imknight)

---

Top Contributors

[![imknight](https://avatars.githubusercontent.com/u/77604?v=4)](https://github.com/imknight "imknight (7 commits)")

---

Tags

filament-actionsFilaHQfilament-assist

### Embed Badge

![Health badge](/badges/filahq-filament-assist/health.svg)

```
[![Health](https://phpackages.com/badges/filahq-filament-assist/health.svg)](https://phpackages.com/packages/filahq-filament-assist)
```

###  Alternatives

[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[ysfkaya/filament-phone-input

A phone input component for Laravel Filament

3161.3M25](/packages/ysfkaya-filament-phone-input)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[marcelweidum/filament-expiration-notice

Customize the livewire expiration notice

94135.4k5](/packages/marcelweidum-filament-expiration-notice)[stephenjude/filament-two-factor-authentication

Filament Two Factor Authentication: Google 2FA + Passkey Authentication

84215.9k9](/packages/stephenjude-filament-two-factor-authentication)[backstage/mails

View logged mails and events in a beautiful Filament UI.

16120.2k](/packages/backstage-mails)

PHPackages © 2026

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