© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
FilamentF
Filament•15mo ago
Suraj Kashyap

<?phpnamespace Webkul\Chatter\Livewire;use Filament\Forms;use Filament\Forms\Concerns\Interacts

this is my livewire component how we can show messages to livewire component



<div class="flex flex-col h-full space-y-4">
<div class="space-y-4">
{{ $this->form }}

<x-filament::button
wire:click="create"
color="primary"
>
Send
</x-filament::button>
</div>

Here all the comments will be displayed.

{{ $this->messageInfoList }}
</div>
Screenshot_from_2024-11-15_13-37-35.png
Filament banner
FilamentJoin
A powerful open source UI framework for Laravel • Build and ship admin panels & apps fast with Livewire
20,307Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Filament\Forms\ComponentContainer::Filament\Forms\Concerns\{closure}(): Argument #1 ($component) mus
FilamentFFilament / ❓┊help
3y ago
Declaration of Filament\Actions\Concerns\InteractsWithRecord::getModel()
FilamentFFilament / ❓┊help
3y ago
Multiple Filament forms submit at once Livewire
FilamentFFilament / ❓┊help
3y ago
SelectTree plugin filament - Trait "Filament\Forms\Components\Concerns\HasPivotData" not found
FilamentFFilament / ❓┊help
2y ago