Algorithm
FileUpload doesn't accept MorphTo.
The photo model has the required fileds:
class Photo extends Model
{
protected $fillable = ['photoable_id', 'photoable_type', 'filename'];
public function photoable(): MorphTo
{
return $this->morphTo();
}
}
5 replies
Change the language of Select Component
It is this one https://filamentphp.com/plugins/spatie-translatable
11 replies