PHPackages                             the-jane-world/laravel-model-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. [Database &amp; ORM](/categories/database)
4. /
5. the-jane-world/laravel-model-comment

ActiveLibrary[Database &amp; ORM](/categories/database)

the-jane-world/laravel-model-comment
====================================

1.0.2(4y ago)01.5kPHP

Since Mar 31Pushed 4y ago1 watchersCompare

[ Source](https://github.com/TheJaneWorld/laravel-comment)[ Packagist](https://packagist.org/packages/the-jane-world/laravel-model-comment)[ RSS](/packages/the-jane-world-laravel-model-comment/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

> install

```
composer require the-jane-world/laravel-model-comment
```

> start

示例

```
public function up()
{
    Schema::create('new_users', function (Blueprint $table) {
        $table->id();
        $table->timestamps();
        $table->comment('新用户表');
    });
}
```

```
CREATE TABLE `new_users` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='新用户表';
```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

1555d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25665384?v=4)[JaneWorld](/maintainers/JaneWorld)[@janeworld](https://github.com/janeworld)

---

Top Contributors

[![TheJaneWorld](https://avatars.githubusercontent.com/u/38160955?v=4)](https://github.com/TheJaneWorld "TheJaneWorld (3 commits)")

---

Tags

laraveltable

### Embed Badge

![Health badge](/badges/the-jane-world-laravel-model-comment/health.svg)

```
[![Health](https://phpackages.com/badges/the-jane-world-laravel-model-comment/health.svg)](https://phpackages.com/packages/the-jane-world-laravel-model-comment)
```

###  Alternatives

[stevebauman/eloquenttable

An HTML table generator for laravel collections

4650.7k2](/packages/stevebauman-eloquenttable)[phaza/single-table-inheritance

Single Table Inheritance Trait

1515.8k](/packages/phaza-single-table-inheritance)[proai/laravel-super-migrations

This Laravel package is useful for big databases for a better migrations structure.

112.7k](/packages/proai-laravel-super-migrations)

PHPackages © 2026

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