38 lines
1.2 KiB
Markdown
38 lines
1.2 KiB
Markdown
# Introduction
|
|
|
|
> A full-featured commenting system for Filament panels.
|
|
|
|
Welcome to **Comments**, a powerful Laravel package that adds a full-featured commenting system to any Filament panel.
|
|
|
|
## What is Comments?
|
|
|
|
Comments provides polymorphic commenting on any Eloquent model with deep Filament integration. Add threaded discussions, @mentions, emoji reactions, file attachments, and real-time notifications to your admin panel with minimal setup.
|
|
|
|
## Why Choose Comments?
|
|
|
|
<card-group>
|
|
<card icon="i-lucide-messages-square" title="Threaded Discussions">
|
|
|
|
Nested replies with configurable depth limits keep conversations organized and easy to follow.
|
|
|
|
</card>
|
|
|
|
<card icon="i-lucide-clock" title="Quick Setup">
|
|
|
|
Add traits to your models, register the plugin, and you have a working comment system in minutes.
|
|
|
|
</card>
|
|
|
|
<card icon="i-lucide-puzzle" title="3 Integration Patterns">
|
|
|
|
Use as a slide-over action, table row action, or inline infolist entry - whatever fits your resource.
|
|
|
|
</card>
|
|
|
|
<card icon="i-lucide-bell" title="Built-in Notifications">
|
|
|
|
Database and mail notifications with subscription management and auto-subscribe for authors and mentioned users.
|
|
|
|
</card>
|
|
</card-group>
|