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(6mo ago)01MITPHPPHP &gt;=8.1

Since Oct 30Pushed 6mo 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 1mo ago

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

31

—

LowBetter than 68% of packages

Maintenance67

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

201d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7354fd72dfef31d8a9afddab61122ab6ade014057993e0c05b1f7e0d95343742?d=identicon)[modularavel](/maintainers/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.5k454.7k15](/packages/robsontenorio-mary)[victorybiz/laravel-simple-select

Laravel Simple Select inputs component for Blade and Livewire.

13721.1k](/packages/victorybiz-laravel-simple-select)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

413.9k](/packages/mati365-ckeditor5-livewire)

PHPackages © 2026

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