Has anyone successfully integrating admin panel with Laravel Scout yet?
These are the code I implement on Filament Resource Class:
My question, even though I doing these it still cannot find result.
I found these on docs but this is for building table component not integrating with panel table. https://filamentphp.com/docs/3.x/tables/advanced#searching-records-with-laravel-scout
1 Reply
Solution
Found it, so this is the correct way
On
table()
function