F
Filamentβ€’12mo ago
hxn

Custom page with filament blade component

Hello, I need some help with creating a custom page to export certain model data using Laravel Excel. I want to use the Filament view component to keep things consistent. But I couldn't find any info in documentation on blade components. I just need a simple page where you can choose the model, select the timeframe (today, this week or this month) from a dropdown, and then hit an export button that calls my controller. Or can i just create like a fake "Ressource" page and build it with the table builder? If anyone knows how to do this or has any tips, I'd be super grateful for your input!
2 Replies
LeandroFerreira
LeandroFerreiraβ€’12mo ago
You can use a custom page https://filamentphp.com/docs/2.x/admin/pages/getting-started #Custom page with action
Filament
Getting started - Pages - Admin Panel - Filament
The elegant TALL stack admin panel for Laravel artisans.
hxn
hxnβ€’12mo ago
@Leandro Ferreira Thanks for pointing me to the right direction πŸ™‚