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

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

jafaripur/laravel-comment
=========================

Commenting system in laravel

16681PHP

Since Oct 31Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jafaripur/laravel-comments)[ Packagist](https://packagist.org/packages/jafaripur/laravel-comment)[ RSS](/packages/jafaripur-laravel-comment/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Commenting system
=========================

[](#laravel-commenting-system)

Persistant, application-wide commenting system for Laravel.

Installation
------------

[](#installation)

1. `composer require jafaripur/laravel-comment`
2. Add `jafaripur\LaravelComments\ServiceProvider` to the array of providers in `config/app.php`.
3. Publish the config file by running `php artisan vendor:publish` . The config file will give you control over which storage engine to use as well as some storage-specific comments.
4. Optional: add `'Comments' => 'jafaripur\LaravelComments\Facade'` to the array of aliases in `config/app.php`.

Usage
-----

[](#usage)

You can either access the comments store via its facade or inject it by type-hinting towards the abstract class `jafaripur\LaravelComments\CommentStore`.

The read function Closure give field list which want to add to query condition.

```
