PHPackages                             samk369/laravel-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. samk369/laravel-commentable

ActiveLibrary

samk369/laravel-commentable
===========================

Polymorphic threaded comments for Laravel

1.0(9y ago)031MITPHPPHP &gt;=5.5.9

Since Sep 6Pushed 5y agoCompare

[ Source](https://github.com/samk369/laravel-commentable)[ Packagist](https://packagist.org/packages/samk369/laravel-commentable)[ RSS](/packages/samk369-laravel-commentable/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel-Commentable
===================

[](#laravel-commentable)

[![License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](https://tldrlegal.com/license/mit-license)[![Total Downloads](https://camo.githubusercontent.com/dece0eb1670fd34c1c373dc01604df5b4c0efe105b7fa050bb4e4cbd3bef3cf7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f74687961676f6272656a616f2f6c61726176656c2d636f6d6d656e7461626c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/samk369/laravel-commentable)

Laravel Commentable adds polymorphic threaded comments to Laravel 7 and above. (based on dead slynova/laravel-commentable)

This package use Nested Set pattern with [Baum](https://github.com/etrepat/baum).
[More information about Nested Set](http://en.wikipedia.org/wiki/Nested_set_model)

Table of Contents
=================

[](#table-of-contents)

- [Requirements](#requirements)
- [Getting Started](#getting-started)
- [Example](#example)
- [Change Logs](#change-logs)
- [Contribution Guidelines](#contribution-guidelines)

Requirements
====================================================

[](#requirements)

- As Laravel 7.x require PHP 7.0+, we required the same version.

Getting Started
==========================================================

[](#getting-started)

1. Require the package with [Composer](https://getcomposer.org).

    ```
    $ composer require samk369/laravel-commentable
    ```
2. Add the package to your application service providers in `config/app.php`.

    ```
    'providers' => [

        Illuminate\Foundation\Providers\ArtisanServiceProvider::class,
        Illuminate\Auth\AuthServiceProvider::class,
        ...
        samk369\Commentable\ServiceProvider::class,

    ],
    ```
3. Publish the package's migrations to your application and migrate.

    ```
    $ php artisan vendor:publish --provider="samk369\Commentable\ServiceProvider" --tag="migrations"
    $ php artisan migrate
    ```

Example
==========================================

[](#example)

TODO

Change Logs
==================================================

[](#change-logs)

Nothing has been changed from the first release.

Contribution Guidelines
==========================================================================

[](#contribution-guidelines)

Support follows PSR-2 PHP coding standards, and semantic versioning.

Please report any issue you find in the issues page. Pull requests are welcome.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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

3536d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4f63086f862e206628738c1ee598a49b61a7e12b6d7705e41af64f723d2f670a?d=identicon)[samkya](/maintainers/samkya)

---

Top Contributors

[![samk369](https://avatars.githubusercontent.com/u/70704274?v=4)](https://github.com/samk369 "samk369 (7 commits)")[![thyagobrejao](https://avatars.githubusercontent.com/u/4254726?v=4)](https://github.com/thyagobrejao "thyagobrejao (4 commits)")

---

Tags

laravelcommentnested-setthreadedcommentable

### Embed Badge

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

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

###  Alternatives

[thyagobrejao/laravel-commentable

Polymorphic threaded comments for Laravel

1410.4k1](/packages/thyagobrejao-laravel-commentable)[toponepercent/baum

Baum is an implementation of the Nested Set pattern for Eloquent models.

3154.7k](/packages/toponepercent-baum)[laravolt/mural

Laravel comment stream

101.3k](/packages/laravolt-mural)

PHPackages © 2026

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