mimachh/comments

There is no license information available for the latest version (0.1.0-alpha) of this package.

Handle comments on Laravel application

0.1.0-alpha 2024-10-01 20:52 UTC

This package is auto-updated.

Last update: 2024-10-31 21:06:33 UTC


README

Add commentary

Can choose differents options :

  • only one comment at the time
  • user can respond to every comments
  • allow roles to have special comments and respond event if response is disabled

Use a trait to choose commentable models

Be polymorphic table to accept all models.

Give command line to hide a comment, or delete it.

Give option to accept all comment or need to validate manually

Count of comment for a model : premier niveau?

Needs at least :

  • trait
  • migrations
  • model
  • config
  • seeder
  • command to create

Comment afficher les commentaires ? route dans le controller avec pagination?

In the v2

  • upvote for a comment
  • like a comment
  • dislike a comment
  • report a comment