bitw/laravel-comments

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Language:JavaScript

dev-master 2021-01-20 03:09 UTC

This package is not auto-updated.

Last update: 2024-04-16 08:24:36 UTC


README

This module allows you to leave comments on various pages. Permissions for writing comments are configured in the configuration. There is support for permission for authorized users and guests. You can also configure the links and routes on which pages you can post comments. Comments support tree view. To maintain the tree system, use the package (kalnoy / nestedset) [https://github.com/lazychaser/laravel-nestedset]

Install

composer require bitw/laravel-comments

php artisan migrate

Configure

php artisan vendor:publish --provider="Bitw\Comments\ServiceProvider"