PHPackages                             codewithren/laracommentify - 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. codewithren/laracommentify

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

codewithren/laracommentify
==========================

This is reusable commenting system developed in laravel livewire for enhanching developing process

17PHP

Since Jun 8Pushed 11mo agoCompare

[ Source](https://github.com/Renish437/laracommentify)[ Packagist](https://packagist.org/packages/codewithren/laracommentify)[ RSS](/packages/codewithren-laracommentify/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

LaraCommentify
--------------

[](#laracommentify)

A reusable comment system for Laravel 12 and Livewire 3, built for rapid development and clean architecture. 📦 Installation

Install the package via Composer:

```
composer require codewithren/laracommentify:dev-main --with-all-dependencies

```

If you encounter a stability error, update your composer.json:

```
"minimum-stability": "dev",
"prefer-stable": true

```

⚙️ Setup

1. Publish Views (Optional)

    php artisan vendor:publish --tag=views --provider="CodeWithRen\\LaraCommentify\\LaraCommentifyProvider"
2. Run Migrations

    php artisan migrate

🧩 Usage

In your Blade view, include the comment component and pass in the commentable model (e.g., Post, Article, etc.):

```

```

Make sure your model uses the Commentable trait:

```
use CodeWithRen\LaraCommentify\Traits\Commentable;

class Post extends Model
{
use Commentable;
}

```

🛠 Components Component Description &lt;livewire:comments /&gt; Displays all comments for a model &lt;livewire:single-comment /&gt; Renders a single comment with replies &lt;livewire:like-comment /&gt; Handles like/unlike functionality ✅ Requirements

```
PHP 8.3+

Laravel 12+

Livewire 3+

```

👤 Author

Developed by Renish Siwakoti

GitHub: github.com/Renish437/laracommentify

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity14

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/68e178ece4eed9015733c6adccc8744c82344e45dfe44612f580bbe0421c486b?d=identicon)[Renish437](/maintainers/Renish437)

---

Top Contributors

[![Renish437](https://avatars.githubusercontent.com/u/159528633?v=4)](https://github.com/Renish437 "Renish437 (8 commits)")

### Embed Badge

![Health badge](/badges/codewithren-laracommentify/health.svg)

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

###  Alternatives

[symfony/remote-event

Eases handling remote events

293.0M6](/packages/symfony-remote-event)[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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