Umar Farooq
Adding a form to a Livewire component
I added custom livewire component https://filamentphp.com/docs/3.x/forms/adding-a-form-to-a-livewire-component
gettitng error
Livewire page component layout view not found: [components.layouts.app]
Here is route inside web.php
i
Route::get('/admin/suppliers/{record}/line-items', ListSupplierLineItem::class);
42 replies
Filament Exporter
When I run the command
php artisan queue:work
. the always keep running
2024-01-19 13:39:03 Illuminate\Bus\ChainedBatch .......................................................................................... RUNNING
18 replies
Filament Excel Export
How to apply filter on the
ExportAction
? . I've Filament resource where user can export the record in the table and also can filter out the record but I use ExportAction
it's dowloading all the records instead of the filters record. I also created the issue on the Github.
https://github.com/pxlrbt/filament-excel/issues/1111 replies