You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, avatar is not being shown next to title as stated here. See the below image. I don't know if I am doing something wrong.
I was able to fix this by implementing Laravel\Nova\Contracts\Cover interface in ImageCropper class. The original Laravel\Nova\Fields\Avatar field also implements that.
Is there any other way to achieve this currently?
The text was updated successfully, but these errors were encountered:
Currently, avatar is not being shown next to title as stated here. See the below image. I don't know if I am doing something wrong.
I was able to fix this by implementing
Laravel\Nova\Contracts\Cover
interface inImageCropper
class. The originalLaravel\Nova\Fields\Avatar
field also implements that.Is there any other way to achieve this currently?
The text was updated successfully, but these errors were encountered: