Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab committed Jan 19, 2016
1 parent f188570 commit b20cb39
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ Display unique avatar for any user based on their name. Can be used as default a

## Installation

Via Composer
### Laravel 5.2:

``` bash
$ composer require laravolt/avatar
```

### Laravel 5.1:
``` bash
composer require laravolt/avatar ~0.3
```

## Service Provider
``` php
Intervention\Image\ImageServiceProvider::class,
Expand Down

0 comments on commit b20cb39

Please sign in to comment.