Rtg Quack
Filament/Shield deployment to products throws Undefined variable $component
Today I deployed my Filament/Shield Backend to Production. But it does not run, instead throws an error, see stacktrace attached. The blade in question is the standard one from filament.
I already run the usual artisan commands like view:cache, view:clear, permission:cache-reset, optimize, filament:optimize and livewire:publish
I also checked my opcode caching settings according to https://abdusfauzi.com/2025/02/07/undefined-variable-component-on-laravel-livewire/ but they seem fine.
Any Ideas?
4 replies
Table - SelectFilter for Table Field
I have a SelectFilter for a field "map" which is a field in the table itself.
SelectFilter::make('Map'),
Now I want to populate the options with the available values.
For related tables it's working like a charm with relationship().
But how to make the options list dynamically from a table field?
1 replies