Ticket System Ticket Overview

I would like to create a ticket system where new replies are created in the page and all replies are displayed in a kind of "chat". What is the best way to implement this? As in the example I have attached.
4 Replies
Dennis Koch
Dennis Koch11mo ago
Build a custom Livewire component. I think Freek and Dan started an integration on Livestream for spatie comments. But not sure whether that's available.
PluginYML
PluginYML11mo ago
Is there an article on this in the documentation? Can't find a suitable one unfortunately...
Dennis Koch
Dennis Koch11mo ago
On building Livewire components? There's the Livewire docs for this: https://livewire.laravel.com Here's the YT video from the Livestream: https://www.youtube.com/watch?v=gpwFLeeWz8M
Laravel
Livewire | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
Freek Van der Herten
YouTube
Integrating Laravel Comments with Filament
In this stream, I'll demo our premium Laravel Comments package. Dan Harrin will join to show how it can be integrated into the Filament Control Panel https://laravel-comments.com https://filamentphp.com
PluginYML
PluginYML11mo ago
Thanks, I'll try my luck :)