PHPackages                             modularavel/commentable - 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. [Templating &amp; Views](/categories/templating)
4. /
5. modularavel/commentable

ActiveLibrary[Templating &amp; Views](/categories/templating)

modularavel/commentable
=======================

A Laravel Blade Livewire package for threaded comments with replies

1.0.1(8mo ago)01MITPHPPHP &gt;=8.1

Since Oct 30Pushed 7mo agoCompare

[ Source](https://github.com/modularavel/commentable)[ Packagist](https://packagist.org/packages/modularavel/commentable)[ Docs](https://github.com/modularavel)[ RSS](/packages/modularavel-commentable/feed)WikiDiscussions main Synced today

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

Laravel Comments Threads
========================

[](#laravel-comments-threads)

A Laravel Blade Livewire package for threaded comments with nested replies.

Screenshots
-----------

[](#screenshots)

[![Comment Thread](screenshot/01.png)](screenshot/01.png)

[![Comment Form](screenshot/02.png)](screenshot/02.png)

[![Nested Replies](screenshot/04.png)](screenshot/04.png)

[![Threaded Comments with Nested Replies and Real-time Updates with Livewire Threads](screenshot/04.png)](screenshot/04.png)

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

[](#installation)

```
composer require modularavel/commentable
```

Publish Migrations
------------------

[](#publish-migrations)

```
php artisan vendor:publish --tag=commentable-migrations
```

Publish Configuration
---------------------

[](#publish-configuration)

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

Publish Assets
--------------

[](#publish-assets)

```
php artisan vendor:publish --tag=commentable-assets
```

Publish Languages
-----------------

[](#publish-languages)

```
php artisan vendor:publish --tag=commentable-lang
```

Publish Blade Views
-------------------

[](#publish-blade-views)

```
php artisan vendor:publish --tag=commentable-views
```

Run Migrations
--------------

[](#run-migrations)

```
php artisan migrate
```

Usage
-----

[](#usage)

### In Your Blade View

[](#in-your-blade-view)

```

```

### Make Your Model Commentable

[](#make-your-model-commentable)

```
use Modularavel\Commentable\Traits\HasModularavelCommentable;

class Post extends Model
{
    use HasModularavelCommentable;
}
```

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

[](#configuration)

Edit `config/modularavel/commentable.php` to customize:

- User model
- Pagination settings
- Moderation options
- Display preferences

Features
--------

[](#features)

- Nested comment replies
- Real-time updates with Livewire
- User authentication integration
- Edit and delete comments
- Customizable views
- Pagination support
- Markdown support (optional)

License
-------

[](#license)

MIT

Test
----

[](#test)

```
composer test
```

###  Health Score

30

—

LowBetter than 62% of packages

Maintenance61

Regular maintenance activity

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

246d ago

### Community

Maintainers

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

---

Top Contributors

[![casimirorocha](https://avatars.githubusercontent.com/u/6707152?v=4)](https://github.com/casimirorocha "casimirorocha (11 commits)")

---

Tags

laravelbladelivewirecommentsthreadslivewire componentscommentablerepliesmodularavelcommentingthreaded-commentscrsistemas

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/modularavel-commentable/health.svg)

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

###  Alternatives

[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k570.6k23](/packages/robsontenorio-mary)[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

725172.4k14](/packages/tallstackui-tallstackui)[livewire/flux

The official UI component library for Livewire.

9527.8M127](/packages/livewire-flux)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

447.9k](/packages/mati365-ckeditor5-livewire)[wendelladriel/slidewire

Create beautiful presentations powered by Livewire

1342.9k](/packages/wendelladriel-slidewire)[hasinhayder/tyro-dashboard

Tyro Dashboard - Beautiful admin dashboard for managing Tyro roles, privileges, users, and settings

5443.8k](/packages/hasinhayder-tyro-dashboard)

PHPackages © 2026

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