PHPackages                             relaticle/comments - 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. relaticle/comments

ActiveLibrary[Admin Panels](/categories/admin)

relaticle/comments
==================

A full-featured commenting system for Filament panels

v1.0.3(1mo ago)201.3k8MITPHPPHP ^8.2CI passing

Since Mar 26Pushed 1mo agoCompare

[ Source](https://github.com/relaticle/comments)[ Packagist](https://packagist.org/packages/relaticle/comments)[ GitHub Sponsors](https://github.com/Relaticle)[ RSS](/packages/relaticle-comments/feed)WikiDiscussions 1.x Synced 3w ago

READMEChangelog (9)Dependencies (26)Versions (15)Used By (0)

Comments
========

[](#comments)

[![Comments System](art/preview.png)](art/preview.png)

A full-featured commenting system for Filament panels with threaded replies, @mentions, emoji reactions, and real-time updates.

[![Latest Version](https://camo.githubusercontent.com/bf782c4da52abf9645de7d642b428df5283ffda310ea85acd1fe273c545b93a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f72656c617469636c652f636f6d6d656e74732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/relaticle/comments)[![Total Downloads](https://camo.githubusercontent.com/3f59a3b1fecb087cc2ef5ae677793924c8c7baf91a456bd45029968c8d8292e1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f72656c617469636c652f636f6d6d656e74732e7376673f7374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/relaticle/comments)[![PHP 8.2+](https://camo.githubusercontent.com/9ffa62fdbd83873f0c25a0aefc6652ea92e66eebd6a3e9dd6c09bd55e5dfa502/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d382e322532422d626c75652e7376673f7374796c653d666f722d7468652d6261646765)](https://php.net)[![Laravel 12+](https://camo.githubusercontent.com/41837763174078789df623560472d8080f475bfdbb42fff80e94fa365889ff3a/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c61726176656c2d31322532422d7265642e7376673f7374796c653d666f722d7468652d6261646765)](https://laravel.com)[![Tests](https://camo.githubusercontent.com/baef52f1e96204f8227b1868810fb214ab7b1b1ef111f75abc795f8b395566fc/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f72656c617469636c652f636f6d6d656e74732f74657374732e796d6c3f6272616e63683d312e78267374796c653d666f722d7468652d6261646765266c6162656c3d7465737473)](https://github.com/relaticle/comments/actions)

Features
--------

[](#features)

- **Threaded Replies** - Nested comment threads with configurable depth limits
- **@Mentions** - Autocomplete user mentions with customizable resolver
- **Emoji Reactions** - 6 built-in reactions with configurable emoji sets
- **File Attachments** - Image and document uploads with validation
- **Notifications &amp; Subscriptions** - Database and mail notifications with auto-subscribe
- **Multi-tenancy** - Built-in tenant isolation for multi-tenant applications
- **3 Filament Integrations** - Slide-over action, table action, and infolist entry

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

[](#requirements)

- **PHP:** 8.2+
- **Laravel:** 12+
- **Livewire:** 3.5+ / 4.x
- **Filament:** 4.x / 5.x

Getting Started
---------------

[](#getting-started)

```
composer require relaticle/comments
```

Publish and run migrations:

```
php artisan vendor:publish --tag=comments-migrations
php artisan migrate
```

### Setting Up Your Models

[](#setting-up-your-models)

```
use Relaticle\Comments\Concerns\HasComments;
use Relaticle\Comments\Contracts\Commentable;

class Project extends Model implements Commentable
{
    use HasComments;
}
```

### Register the Filament Plugin

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

```
use Relaticle\Comments\CommentsPlugin;

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

### Add Comments to Your Resources

[](#add-comments-to-your-resources)

```
use Relaticle\Comments\Filament\Actions\CommentsAction;

protected function getHeaderActions(): array
{
    return [
        CommentsAction::make(),
    ];
}
```

Documentation
-------------

[](#documentation)

For complete installation instructions, configuration options, multi-tenancy setup, and examples, visit our [documentation](https://relaticle.github.io/comments/).

Contributing
------------

[](#contributing)

Contributions are welcome! Please see our [contributing guide](https://relaticle.github.io/comments/) in the documentation.

License
-------

[](#license)

MIT License. See [LICENSE](LICENSE) for details.

###  Health Score

50

—

FairBetter than 95% of packages

Maintenance90

Actively maintained with recent releases

Popularity32

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50.4% 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 ~4 days

Total

10

Last Release

49d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2556185?v=4)[Manuk](/maintainers/ManukMinasyan)[@ManukMinasyan](https://github.com/ManukMinasyan)

---

Top Contributors

[![Ilyapashayan20](https://avatars.githubusercontent.com/u/77129709?v=4)](https://github.com/Ilyapashayan20 "Ilyapashayan20 (65 commits)")[![ManukMinasyan](https://avatars.githubusercontent.com/u/2556185?v=4)](https://github.com/ManukMinasyan "ManukMinasyan (61 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (2 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/relaticle-comments/health.svg)

```
[![Health](https://phpackages.com/badges/relaticle-comments/health.svg)](https://phpackages.com/packages/relaticle-comments)
```

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M153](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[filament/filament

A collection of full-stack components for accelerated Laravel app development.

3827.0M3.3k](/packages/filament-filament)[kirschbaum-development/commentions

A package to allow you to create comments, tag users and more

148108.8k](/packages/kirschbaum-development-commentions)[a2insights/filament-saas

Filament Saas for A2Insights

171.5k](/packages/a2insights-filament-saas)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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