Using Filament as a file manager (without eloquent records)
I want the table component to simply list out the files from my nested directories which contain multiple PDFs.
I know I can use the
modifyQueryUsing()
hook to serve any records I like. The problem is that I just have an array of file paths I want to see listed in a filament table.
Does this hook only return a query builder? How do I just list my directory contents instead? Should I make a custom filament component for this?0 Replies