Open
Description
What happened?
After installing, I run php artisan vendor: publish-- tag="filament-searchable-input-views"
but got the above error
When trying to run the simple example
SearchableInput::make('description')
->options([
'Lorem ipsum dolor',
'Aspernatur labore qui fugiat',
'Dolores tempora libero assumenda',
'Qui rem voluptas officiis ut non',
//..
])
i see a bunch of errors in the console
How to reproduce the bug
Just installed the plugin and tried fresh.
Package Version
"defstudio/filament-searchable-input": "^1.0"
PHP Version
8.4
Laravel Version
11.31
Which operating systems does with happen with?
macOS
Notes
No response