getting error related Grammer
Illuminate\Database\Grammar::parameterize(): Argument #1 ($values) must be of type array, int given, called in /var/www/html/cinebiz-filament/vendor/laravel/framework/src/Illuminate/Database/Query/Grammars/Grammar.php on line 1040
I am passing this in form builder
Card::make([
Repeater::make('banners')
->relationship()
->schema([
FileUpload::make('file_location')->multiple()->image()
]),
]),
1 Reply
Can you share some code from your models to show how the relationships are setup?