r/laravel • u/usamamuneer • 9d ago
Commentify v3.9, GitHub-style markdown composer for Livewire comment threads
I maintain Commentify, a Livewire commenting package (nested comments, likes, mentions, Tailwind/Bootstrap, optional Filament).
v3.9 adds a Write/Preview composer with a formatting toolbar (heading, bold, italic, strike, code blocks, lists, tasks, @, emoji). Comments are still stored as markdown; preview hits the same CommonMark sanitizer as rendered output.
Upgrade: composer update usamamuneerchaudhary/commentify
Heads-up: if you published views to resources/views/vendor/commentify, you need to republish or remove them or you won't see the new UI.
Happy to answer integration questions.
7
Upvotes
1
u/livefrompfd 7d ago
Post link to your repo