Custom Page without Livewire
Is there a way to create a custom page that uses the Filament template/navigation but isn’t a Livewire full-page component?
4 Replies
no. why?
I need to create a page that submits a large amount of data through a text area field, parses it and then displays a table and I'm more familiar with working with a form request and controller than with doing this in a livewire component.
you can call a controller from a livewire view
Thank you for the tip. Filament is an awesome product.