letter-avatar
letter-avatar copied to clipboard
Generate user avatar using name initials letter.
Hi, I ran into an issue that was a bit of a pain for me I have an `AvatarService` class which can be handed a "default avatar", I've extended it...
HI when called with only a firstname it show error. Undefined offset: 1
As many programs change spaces to underscores this makes sense to improve compatibility with those scripts.
As the image is never rendered until explicitly requested either via `saveAs` or `__toString()` it made no sense to make potentially desired methods private This PR just simply opens those...
Update to php 8 and intervention/image version 3