PHPackages                             hankin/laravel-remark - 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. hankin/laravel-remark

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

hankin/laravel-remark
=====================

Just another remark system for your laravel project

04PHP

Since Feb 9Pushed 3y ago1 watchersCompare

[ Source](https://github.com/hankin-h-k/laravel-remark)[ Packagist](https://packagist.org/packages/hankin/laravel-remark)[ RSS](/packages/hankin-laravel-remark/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-remark
==============

[](#laravel-remark)

### 部署步骤

[](#部署步骤)

```
$ composer require hankin/laravel-remark

```

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

`\Hankin\LaravelRemark\RemarkServiceProvider::class`

Publish configurations and migrations, then migrate comments table.

```
php artisan vendor:publish
php artisan migrate

```

Add canRemark trait to your User model.

```
use Hankin\LaravelRemark\CanRemark;

class User extends Model
{
    use CanRemark;

    // ...
}

```

Add Commentable interface and HasRemarks trait to your commentable model(s).

```
use Hankin\LaravelRemark\Contracts\Remarkable;
use Hankin\LaravelRemark\HasRemarks;

class Product extends Model implements Remarkable
{
    use HasRemarks;

    // ...
}

```

If you want to have your own Comment Model create a new one and extend my Comment model.

```
use Hankin\LaravelReward\Models\Remark LaravelRemark;

class Remark extends LaravelRemark
{
    // ...
}

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity23

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/0fe64026dc7874feb142332913ac5a1e65b2ced46194ef141247a550ec4821e2?d=identicon)[hankin-h-k](/maintainers/hankin-h-k)

---

Top Contributors

[![hankin-h-k](https://avatars.githubusercontent.com/u/24538175?v=4)](https://github.com/hankin-h-k "hankin-h-k (11 commits)")

### Embed Badge

![Health badge](/badges/hankin-laravel-remark/health.svg)

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

###  Alternatives

[imanghafoori/laravel-video

A laravel package to stream video content.

28355.5k](/packages/imanghafoori-laravel-video)

PHPackages © 2026

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