2017 © Pedro Peláez
 

library avatar

A Laravel 5.5 avatar creator

image

div-art/avatar

A Laravel 5.5 avatar creator

  • Monday, January 29, 2018
  • by div-art
  • Repository
  • 4 Watchers
  • 2 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 8 % Grown

The README.md

Avatar

Avatar Generator package for Laravel 5.5, (*1)

Installation

To install, run the following in your project directory:, (*2)

``` bash $ composer require div-art/avatar, (*3)


Then in `config/app.php` add the following to the `providers` array:

\DivArt\Avatar\AvatarServiceProvider::class,, (*4)


Also in `config/app.php`, add the Facade class to the `aliases` array:

'Avatar' => \DivArt\Avatar\Facades\Avatar::class,, (*5)


## Configuration To publish Avatar's configuration file, run the following `vendor:publish` command:

php artisan vendor:publish --provider="DivArt\Avatar\AvatarServiceProvider", (*6)


This will create a avatar.php in your config directory. ## Usage **Be sure to include the namespace for the class wherever you plan to use this library**

use DivArt\Avatar\Facades\Avatar;, (*7)


## Fonts Add your fonts to `public/fonts`. ## Code Examples ```php $avatar = Avatar::make('John Doe'); $avatar->save();

Method chaining


$avatar = Avatar::make('John Doe')->size(100)->shape('square')->format('png')->save('avatarName');

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

29/01 2018

dev-master

9999999-dev

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

29/01 2018

0.0.8

0.0.8.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

29/01 2018

0.0.7

0.0.7.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

26/01 2018

0.0.6

0.0.6.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

26/01 2018

0.0.5

0.0.5.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

25/01 2018

0.0.4

0.0.4.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

25/01 2018

0.0.3

0.0.3.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

25/01 2018

0.0.2

0.0.2.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art

24/01 2018

0.0.1

0.0.1.0

A Laravel 5.5 avatar creator

  Sources   Download

MIT

The Requires

 

by Avatar div-art

laravel avatar div-art