PHPackages                             codingagency/cody-support-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. codingagency/cody-support-filament

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

codingagency/cody-support-filament
==================================

Filament plugin for Cody.support issue reporting

v1.0.0(1mo ago)013↓100%MITPHPPHP ^8.1

Since Mar 18Pushed 1mo agoCompare

[ Source](https://github.com/CodingAgency/cody-support-filament)[ Packagist](https://packagist.org/packages/codingagency/cody-support-filament)[ Docs](https://github.com/CodingAgency/filament-cody)[ RSS](/packages/codingagency-cody-support-filament/feed)WikiDiscussions main Synced 1mo ago

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

Filament Cody
=============

[](#filament-cody)

A [Filament](https://filamentphp.com) plugin that adds a 🛟 support button to your panel. Users can report issues directly to [Cody.support](https://cody.support) without leaving the admin panel.

Supports **Filament v4** (Livewire 3) and **Filament v5** (Livewire 4).

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

[](#installation)

```
composer require codingagency/cody-support-filament
```

Configuration
-------------

[](#configuration)

Add these variables to your `.env` file:

```
CODY_API_TOKEN=cody_your_api_token
CODY_PROJECT_KEY=SHOP
```

Optionally publish the config file:

```
php artisan vendor:publish --tag=cody-config
```

Usage
-----

[](#usage)

Register the plugin in your `PanelProvider`:

```
use CodySupport\FilamentCody\CodyPlugin;

public function panel(Panel $panel): Panel
{
    return $panel
        // ...
        ->plugins([
            CodyPlugin::make(),
        ]);
}
```

That's it! A 🛟 button will appear in the top bar of your Filament panel. Clicking it opens a modal where users can submit issues with:

- **Subject** — Brief description
- **Description** — Detailed explanation
- **Type** — Bug, Task, Support, Improvement, or Idea
- **Priority** — Low, Medium, High, or Urgent

The authenticated user's name and email are automatically included, along with metadata (page URL, user agent, environment).

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

[](#customization)

You can customize the available types and priorities:

```
CodyPlugin::make()
    ->types([
        'bug' => 'Bug',
        'feature' => 'Feature Request',
        'question' => 'Question',
    ])
    ->priorities([
        'low' => 'Low',
        'high' => 'High',
    ]),
```

License
-------

[](#license)

MIT

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance96

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

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

52d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/670ed7058948fc7b475f06ea0d3460f8f4d0ab0e6efa9a0064fcfd342be21611?d=identicon)[Jaspur](/maintainers/Jaspur)

---

Tags

laravelsupportfilamenthelpdeskcody

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/codingagency-cody-support-filament/health.svg)

```
[![Health](https://phpackages.com/badges/codingagency-cody-support-filament/health.svg)](https://phpackages.com/packages/codingagency-cody-support-filament)
```

###  Alternatives

[binshops/laravel-ticket

A simple ticketing system for Laravel 5.1 – 5.8 and 6.\* - 7.\* - 8.\* - 9.\* - 10.\* -which integrates smoothly with Laravel default users and auth system

261.0k](/packages/binshops-laravel-ticket)

PHPackages © 2026

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