Additional Plug & Play Avatars for your Nova Panel.
swatty007/nova-easy-avatars is a Laravel package for additional plug & play avatars for your nova panel..
It currently has 0 GitHub stars and 562 downloads on Packagist (latest version 1.0.0).
Install it with composer require swatty007/nova-easy-avatars.
Discover more Laravel packages by swatty007
or browse all Laravel packages to compare alternatives.
Last updated

A small set of additional Avatars types to extend your Nova Panel. Plug & Play.
You can install the package via composer:
composer require swatty007/nova-easy-avatars
All fields work without any additional configuration out of the box. You can however, overwrite their Name & Attribute fields to your liking as on any other Nova field. Furthermore, you can control the size of your avatars with the setSize() && setFontSize()(Initials only) method.
The Laravolt based Initials field gives you some extra controls over the look & feel of your Avatar via its configuration file. For details check out the package's documentation under: https://github.com/laravolt/avatar
This is helpful, if you want to generate Avatars with a unique color scheme, which matches your application!
You can use all available Avatar fields in the same way as Novas build in fields.
use Swatty007\NovaEasyAvatars\Fields\Initials;
public function fields(Request $request)
{
return [
...
Initials::make('Avatar', 'name')
->setSize(350),
...
]
The package currently supports the following Avatar Types:
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.