Can't use the simple() method on a Repeater
https://filamentphp.com/docs/3.x/forms/fields/repeater#simple-repeaters-with-one-field
Hi, I can't use the simple() method in my repeater. Is it normal ?
4 Replies
Which version of Filament exactly? You can run
php artisan about
to find out.You shouldn’t be locked to 3.0.0. Try a ‘composer update’ latest is 3.0.62
Make sure you are using
^3.0
as version number in composer.json
to allow regular updates.