How to use Livewire Component in Custom Page ?
Im Simply tryna use Livewire component in my filament custom page, but i get
(second img)
"Livewire page component layout view not found: [components.layouts.app]"
(third img)
when i try to add "#[Layout('filament-panels::components.layout.index')]" i get "Undefined variable $livewire"
Solution:Jump to solution
im using custom page, i found out the problem was in livewire and already fixed by caleb, i run composer update and it fixed.
3 Replies
is this possible to do?
Why are you adding
#[Layout('filament-panels::components.layout.index')]
?
Filament takes care of the layout for you
Are you using the Panel Builder with a custom page?Solution
im using custom page, i found out the problem was in livewire and already fixed by caleb, i run composer update and it fixed.