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 2mo 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

28

—

LowBetter than 54% of packages

Maintenance47

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

423d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06780dc3eb62d789cbde0e64cb900e4f2d010d99ec0d3ae35af9ae9b808d8041?d=identicon)[imknight](/maintainers/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

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[datlechin/filament-menu-builder

Create and manage menus and menu items

13550.3k2](/packages/datlechin-filament-menu-builder)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[codewithdennis/filament-lucide-icons

A Filament plugin that integrates Lucide icons, allowing you to use them seamlessly across Filament forms, tables, actions, and more.

4529.4k2](/packages/codewithdennis-filament-lucide-icons)[joaopaulolndev/filament-world-clock

Show hours around the world by timezone

3111.9k](/packages/joaopaulolndev-filament-world-clock)[agencetwogether/hookshelper

Simple plugin to toggle display hooks available in current page.

2312.7k](/packages/agencetwogether-hookshelper)

PHPackages © 2026

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