Dennis Koch
How to Disable Table Polling in a Header Action on a Resource List Page?
Your approach would work for current requests only. The change is not persisted anywhere.
Try writing it to a property
$pollingEnabled
and use ->poll(fn ($livewire) => $livewire->pollingEnabled ? '5s' : null)
7 replies
Search on Navigation Menu
There is an example on FilamentExamples by Laravel Daily. But it's part of their paid examples:
https://filamentexamples.com/project/filament-search-above-sidebar-navigation?source=search
12 replies
Multi tenancy with multiple database support
You need this: https://laravel.com/docs/master/filesystem#customizing-temporary-urls plus a controller that serves your files
71 replies