Laravel Community Tools by Tighten
Laravel Nova icon Nova Packages

Readme

Nova Vue Avatar

Latest Version on Github Total Downloads

Vue Avatar wrapper for Laravel Nova

Screenshot

Installation

composer require marispro/nova-vue-avatar

Usage

<?php
namespace App\Nova;

use Marispro\NovaVueAvatar\NovaVueAvatar as Avatar;

class User extends Resource
{
    public function fields()
    {
        return [
            Avatar::make('Name', 'Avatar'), // by default field - Name, column name - Avatar (optional)
              ->rounded(false) // disable rounded corners (optional, default: true)
              ->size() // set avatar size (optional, default: 40)
              ->image('https://eliep.github.io/vue-avatar/static/darth-vader.png'), // specify avatar as image (optional)
              ->color('#fff') // specify text color (optional, default: white)
        ];
    }
}

Computed value

Avatar::make(function($user){
    return $user->firstname . '  ' . $user->lastname;
}),

Screenshots

Back to Top
Added 5 years ago
Last updated 3 Years Ago
Version 0.6
Composer
marispro/nova-vue-avatar
GitHub stars 0
Packagist downloads 15,890

Favorites

6 users favorited

Rating

5.00
(out of 5)
★★★★★
★★★★
★★★
★★
2 ratings

Author

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas