PHPackages                             jsdecena/comments - 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. jsdecena/comments

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

jsdecena/comments
=================

Laravel Commenting

v0.1.3(7y ago)01.0k[1 issues](https://github.com/jsdecena/comments/issues)MITPHPPHP &gt;=7.1.3

Since Oct 9Pushed 7y ago1 watchersCompare

[ Source](https://github.com/jsdecena/comments)[ Packagist](https://packagist.org/packages/jsdecena/comments)[ RSS](/packages/jsdecena-comments/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (11)Versions (6)Used By (0)

JSD Comments
============

[](#jsd-comments)

#### Laravel commenting system

[](#laravel-commenting-system)

[![Build Status](https://camo.githubusercontent.com/db5402dd84c5984fc908592a3c1f04cce3334df84b1295faeda63aa37890693c/68747470733a2f2f7472617669732d63692e6f72672f6a73646563656e612f636f6d6d656e74732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/jsdecena/comments)[![Latest Stable Version](https://camo.githubusercontent.com/3ca81d998ff95057f74a87bf511102402a0241c64f70f4a2e4820d11a8d93303/68747470733a2f2f706f7365722e707567782e6f72672f6a73646563656e612f636f6d6d656e74732f762f737461626c65)](https://packagist.org/packages/jsdecena/comments)[![Total Downloads](https://camo.githubusercontent.com/5676b99f7838049a6d86bf04dbbabd58d517f9576c245bf49d322d20b59c282c/68747470733a2f2f706f7365722e707567782e6f72672f6a73646563656e612f636f6d6d656e74732f646f776e6c6f616473)](https://packagist.org/packages/jsdecena/comments)[![License](https://camo.githubusercontent.com/8ca5c57ab798aef39dc503b41eb0c73bf2fdc3cf98103aca9747ae0c0ea38f8b/68747470733a2f2f706f7365722e707567782e6f72672f6a73646563656e612f636f6d6d656e74732f6c6963656e7365)](https://packagist.org/packages/jsdecena/comments)

How to install
--------------

[](#how-to-install)

- Run in your terminal `composer require jsdecena/comments`
- Add the base service provider in your `config/app.php` file like this:

```
    'providers' => [

        /*
         * Package Service Providers...
         */
        Jsdecena\Comments\CommentServiceProvider::class,
    ],
```

- Publish files

```
php artisan vendor:publish
```

- Edit config. Make sure your user is correctly referenced. Commentable type could be any Model (eg. Post). This is only used in initial seeding.

```
