vigstudio/livewire-comments

Livewire 4 comments UI backed by vgcomments

Maintainers

Package info

github.com/vigstudio/livewire-comments

Language:Blade

Type:laravel-library

pkg:composer/vigstudio/livewire-comments

Transparency log

Statistics

Installs: 107

Dependents: 0

Suggesters: 0

Stars: 14

Open Issues: 1

2.0.2 2026-08-04 07:51 UTC

This package is auto-updated.

Last update: 2026-08-04 07:51:52 UTC


README

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.