Skip to content

Commit

Permalink
Add doc for Lumen service provider
Browse files Browse the repository at this point in the history
  • Loading branch information
uyab authored Jun 6, 2018
1 parent db05890 commit f2fecde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ php artisan vendor:publish --provider="Laravolt\Avatar\ServiceProvider"
```
This will create config file located in `config/laravolt/avatar.php`.

## Lumen Service Provider

```php
$app->register(Laravolt\Avatar\LumenServiceProvider);
```

## Usage

### Output As Base64
Expand Down

0 comments on commit f2fecde

Please sign in to comment.