Releases: amplifiedhq/laravatar
Releases · amplifiedhq/laravatar
First Release (Fixes)
Full Changelog: v1.0.0...v1.0.1
First Release
Laravatar is a Laravel package designed to simplify avatar generation for your Eloquent models. It provides a flexible and extensible solution for generating avatars using various services.
Features
- Multiple Avatar Drivers: Choose from a variety of avatar drivers including Gravatar, BoringAvatar, DiceBear, and UiAvatars.
- Configurable: Easily configure default avatar settings and customize options for each driver.
- Traits for Model Integration: Use the
HasAvatar
trait to seamlessly integrate avatar generation into your Eloquent models.
Installation
Install Laravatar via Composer:
composer require amplifiedhq/laravatar