© 2026 Hedgehog Software, LLC
FileUpload::make('image') ->hiddenLabel() ->directory('teams') ->image() ->avatar() ->imageEditor() ->circleCropper() ->maxSize(1024)
public function getFilamentAvatarUrl(): ?string { return $this->image; }