Download the PHP package vigstudio/livewire-comments without Composer
On this page you can find all versions of the php package vigstudio/livewire-comments. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vigstudio/livewire-comments
More information about vigstudio/livewire-comments
Files in vigstudio/livewire-comments
Package livewire-comments
Short Description Livewire comments packages use backend by vgcomments
License MIT
Homepage https://github.com/vigstudio/livewire-comments
Informations about the package livewire-comments
Livewire Comments Package
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
- Livewire
- AlpineJs
- Heroicons Blade Components
- VgComments
- TailwindCss
- Plyr
- highlight.js
- picmo
- Laravel Mix
- Laravel Echo
Introduction
Package use Macroable trait to add comments to any model. It uses Livewire and AlpineJs to create a comment system with a lot of features.
Package support multiple comment systems on the same page.
Package support multiple auth guards.
Prerequisites
Install Livewire Comments Package
In your terminal run:
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:
All versions of livewire-comments with dependencies
vigstudio/vgcomments Version ^1.1.4
livewire/livewire Version ^2.10.7
archielite/laravel-heroicons Version ^0.2.0