Admin panel
Built into vigstudio/vgcomments (v1.3+).
Access
- Put your user id in
config/vgcomment.php:
php
'moderation_users' => [
'web' => [1],
],- Log in with that account.
- Open:
https://your-app.test/vgcomments/adminReplace vgcomments with your prefix value.
| Path | Purpose |
|---|---|
/{prefix}/admin | Dashboard — list, filter, search, bulk actions |
/{prefix}/admin/setting | Runtime settings (guests, length, tags, reCAPTCHA, …) |
Middleware: web + vgcomment-moderate.
Assets
Admin styles come from:
public/vendor/vgcomments/css/style.cssPublish if missing:
bash
php artisan vendor:publish --tag=vgcomment-assets --forceUnstyled admin almost always means this folder was not deployed. See Deploy & assets.
Capabilities
- Filter by status / search text
- Approve, spam, trash, restore, force-delete
- Bulk actions
- Edit comment content from the drawer
- Update settings without redeploying config (stored in
vgcomment_settings)