vigstudio/livewire-comments

Livewire 4 comments UI backed by vgcomments
107 14
Install
composer require vigstudio/livewire-comments
Latest Version:2.0.0
PHP:^8.2
License:MIT
Last Updated:Aug 4, 2026
Links: GitHub  ·  Packagist
Maintainer: vingamagic

Livewire Comments

Livewire 4 UI for vigstudio/vgcomments ^2.0.

Latest Version on Packagist

Version: 2.0 · PHP ^8.2 · Laravel ^10|^11|^12|^13 · Livewire ^4.0

Demo: vgcomment.nghiane.com/demo/livewire

Installation

composer require vigstudio/livewire-comments:^2.0
php artisan vendor:publish --tag=vgcomment-config
php artisan vendor:publish --tag=vgcomment-assets
php artisan vendor:publish --tag=vgcomment-assets-livewire
php artisan migrate
php artisan optimize:clear

Host app must already run Livewire 4.

Usage

<head>
    @livewireStyles
    @commentStyles
</head>
<body>
    <livewire:livewire-comments::comments :pageId="$pageId" />

    @livewireScripts
    @commentScripts
</body>

Only include comment assets on pages that render the component.

License

MIT.

Related Packages

vigstudio/vgcomments

Comments package for applications. Using this package, you can create and associ...

115 9
beyondcode/laravel-comments

Add comments to your Laravel application

444,162 602
lakm/laravel-comments

Integrate seamless commenting functionality into your Laravel project.

15,979 407
lakm/laravel-comments-admin-panel

Integrate seamless commenting functionality into your Laravel project.

276 17