PHPackages                             sminnee/silverstripe-modelcomments - 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. sminnee/silverstripe-modelcomments

AbandonedArchivedSilverstripe-vendormodule[Utility &amp; Helpers](/categories/utility)

sminnee/silverstripe-modelcomments
==================================

Comment system for arbitrary DataObjects within ModelAdmin.

11241[8 issues](https://github.com/sminnee/silverstripe-modelcomments/issues)PHP

Since Jul 1Pushed 5y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (3)Used By (0)

Model Comments
==============

[](#model-comments)

This is a plugin for [Silverstripe CMS](https://www.silverstripe.org).

This package allows the creation of a comment feed within the detail form of a ModelAdmin-based app.

Example
-------

[](#example)

[![Screenshot](docs/comment-screen.png)](docs/comment-screen.png)

The current view is very simple, as this is an MVP. It builds on the work of [gridfieldextensions](https://github.com/symbiote/silverstripe-gridfieldextensions).

Set up
------

[](#set-up)

First, install the module. As it's an MVP, only dev-master is available:

```
> composer require sminnee/silverstripe-modelcomments:dev-master

```

Then, add HasModelCommentsExtension to objects that you wish to comment on.

```
