laravel-comments
Comments system for your Laravel application. Features: can be used to comment on any model, HTML filter customization (HTMLPurifier), API, comment rating, replies, events, auth rules ...
Language: php
Author: Andre Soni (@andrewrites)
165 stars · 588 views
Files
- Comment.php (php)
- CommentFactory.php (php)
- login-message.blade.php (php)
- ICommentPreprocessor.php (php)
- ReplyRequest.php (php)
- SaveRequest.php (php)
- Commenter.php (php)
- routes.php (php)
- VoteService.php (php)
- CommentsSeeder.php (php)
- readme.md (markdown)
- ICommentPolicy.php (php)
- readme-ru.md (markdown)
- ICommentable.php (php)
- EditRequest.php (php)
- CommentCreated.php (php)
- CommentVotes.php (php)
- Vote.php (php)
- CommentService.php (php)
- Commentable.php (php)
- GetRequest.php (php)
- form.blade.php (php)
- composer.json (json)
- VoteRequest.php (php)
- phpunit.xml (xml)
- 2018_11_15_135428_create_comments_votes_table.php (php)
- 2018_06_30_113500_create_comments_table.php (php)
- config ()
- database ()
- factories ()
- migrations ()
- seeds ()
- resources ()
- views ()
- bootstrap4 ()
- src ()
- Contracts ()
- Entity ()
- CommentsController.php (php)
- Comment.php (php)
- Events ()
- Http ()
- Controllers ()
- CommentDeleted.php (php)
- CommentPolicy.php (php)
- Requests ()
- Resources ()
- Policies ()
- Providers ()
- ServiceProvider.php (php)
- Traits ()
- UseCases ()
- LICENSE (plaintext)
- comments.php (php)
- CommentUpdated.php (php)
- AuthServiceProvider.php (php)
- CommentsHelper.php (php)
- VoteController.php (php)
- CommentResource.php (php)
- ATTRIBUTION.md (markdown)