Download the PHP package vigstudio/vgcomments without Composer
On this page you can find all versions of the php package vigstudio/vgcomments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vigstudio/vgcomments
More information about vigstudio/vgcomments
Files in vigstudio/vgcomments
Package vgcomments
Short Description Comments package for applications. Using this package, you can create and associate comments with Eloquent models.
License MIT
Homepage https://github.com/vigstudio/vgcomment
Informations about the package vgcomments
VgComments Package
Comments package for applications. Using this package, you can create and associate comments with Eloquent models.
Features
- [x] Add comments to any model
- [x] Multiple comment systems on the same page
- [x] Multiple auth guards
- [x] Image and File upload support
- [x] Drag and drop, copy and paste upload files support
- [x] reCaptcha v3 support
- [x] Emoji support
- [x] Markdown support
- [x] NSFW image upload check support
Pending Features
- [ ] Allow guest to comment
- [ ] Admin panel
- [ ] Mention user with @
- [ ] Emoji Suggestion Popup
- [ ] Delete Report comment
- [ ] Ratting system
- [ ] Toolbar for comment
- [ ] Comment history
- [ ] Show Nested comments
- [ ] Unit test
Packages
Prerequisites
Installation
Usage
Publish the assets files with:
You can publish the config with:
Edit prefix route in config/vgcomment.php
file.
Edit connection name in config/vgcomment.php
file.
Edit table names in config/vgcomment.php
file.
Config Column or Attribute User Model in config/vgcomment.php
file.
Set moderation user in config/vgcomment.php
file.
Run the migrate command to create the necessary tables:
Before running the migrate command, you can edit the config/vgcomment.php
file to change the table names.
Additionally you may want to clear the config, cache, etc:
Fontend for VgComments Package
Livewire Comments Packages
Comments package for applications using Livewire. Using this package, you can create and associate comments with Eloquent models.
Version 1.0.0
Blade Comments Packages (Coming soon)
Comments package for applications using Blade. Using this package, you can create and associate comments with Eloquent models.
VueJs Comments Packages (Coming soon)
Comments package for applications using Vuejs. Using this package, you can create and associate comments with Eloquent models.
AlpineJs Comments Packages (Coming soon)
Comments package for applications using Alpinejs. Using this package, you can create and associate comments with Eloquent models.
All versions of vgcomments with dependencies
illuminate/support Version ^9.0|^10.0
s9e/text-formatter Version ^2.12.0
vigstudio/laravel-avatar Version ^1.0.0
intervention/image Version ^2.7.2
vigstudio/laravel-stopforumspam Version ^1.0.0
vigstudio/laravel-eloquent-query-cache Version ^1.0.0