Getting started
Upgrade guide
If you are upgrading from version 1.x to 2.x, then you should remove the following line from your custom theme tailwind.config.js:
tailwind.config.js
content: [
// Your other files
'./vendor/ralphjsmit/laravel-filament-record-finder/resources/**/*.blade.php',
],
Instead, add the following line to your theme.css file:
resources/css/filament/{your-panel}/theme.css
@source '../../../../vendor/ralphjsmit/laravel-filament-record-finder/resources/**/*.blade.php';
The V2 is available to all customers who purchased a license.
Known issues
The V2 currently has the following known issues:
- Action modals inside the RecordFinder table (filament/filament#16549).