© 2026 Hedgehog Software, LLC
FileUpload::make('profile.avatar') ->label( __('Avatar')) ->maxSize(1024 * 1024 * 2) ->avatar() ->imageEditor() ->circleCropper() ->directory('avatars') ->columnSpan(1),
HasOne
User
Profile