laravel-identicon maintained by lshorz
Description
Laravel identicon Package
Author
Last update
2021/06/03 09:15
(dev-master)
License
Downloads
15
Tags
Laraver Identicon
Create identcion avatar for Laravel
perview
Installation
$ composer require "lshorz/laravel-identicon":"dev-master"
Example
Display image
Identicon::identiconImage('user');
or use helper
identicon_image('Hello');
identicon_base64('username', 200);
Get the base64 uri
<img src="{!! Identicon::identiconBase64('user', 120, '#FFFFFF', 0.08) !!}" />