PHPackages                             takdeniz/laravel-likable-comment - 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. takdeniz/laravel-likable-comment

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

takdeniz/laravel-likable-comment
================================

Laravel comment with like/dislike feature

229PHP

Since Feb 26Pushed 6y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel likable comment
=======================

[](#laravel-likable-comment)

Basically add comment with like/dislike feature.

#### This package use [actuallymab/laravel-comment](https://github.com/actuallymab/laravel-comment)

[](#this-package-use-actuallymablaravel-comment)

`laravel-comment` package is a very good but doesn't allow like/dislike or upvote/downvote for comment. This repo fix this issues

#### Install and configure

[](#install-and-configure)

To install package, run:

```
$ composer require takdeniz/laravel-likable-comment
```

If you don't use auto-discovery, or using Laravel version &lt; 5.5 Add service provider to your app.php file

```
\Takdeniz\LikableComment\LikableCommentServiceProvider::class
```

Publish configurations and migrations, then migrate comments table.

```
$ php artisan vendor:publish --provider="Takdeniz\LikableComment\LikableCommentServiceProvider"
$ php artisan migrate
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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/d77fc8e1339e997281c0058282a15d7660a4cf9aab7238533705bc1b76140284?d=identicon)[takdeniz](/maintainers/takdeniz)

---

Top Contributors

[![takdeniz](https://avatars.githubusercontent.com/u/5904408?v=4)](https://github.com/takdeniz "takdeniz (16 commits)")

### Embed Badge

![Health badge](/badges/takdeniz-laravel-likable-comment/health.svg)

```
[![Health](https://phpackages.com/badges/takdeniz-laravel-likable-comment/health.svg)](https://phpackages.com/packages/takdeniz-laravel-likable-comment)
```

###  Alternatives

[olivestudio/craft-olivemenus

A powerful menus plugin for Craft 4 built for the need of simplicity and flexibility

3918.9k1](/packages/olivestudio-craft-olivemenus)[humanmade/block-supports-extended

Block supports extension helpers

123.5k](/packages/humanmade-block-supports-extended)

PHPackages © 2026

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