Skip to content

Releases: amplifiedhq/laravatar

First Release (Fixes)

29 Dec 20:04
Compare
Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

First Release

29 Dec 17:08
Compare
Choose a tag to compare

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