Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Haldenwat authored Dec 16, 2018
1 parent 3a3bf24 commit 16b5446
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,16 @@ sudo sv start laravel-queue-worker
php artisan queue:work
```

## Imgur API
When drag and dropping an image onto the editor, the image is uploaded on imgur and referenced into the editor.
In order to use the API, a `client ID` is required. To get an Imgur `client ID`, it is necessary to [register to Imgur](https://imgur.com/register). The detailed steps can be found in [Imgur API reference](https://apidocs.imgur.com/#authorization-and-oauth).

When in possession of a `client ID`, please add the following line to your `.env` file:

```
IMGUR_CLIENT_ID=[your_client_id]
```

# Test
## Requirements
### Server
Expand Down

0 comments on commit 16b5446

Please sign in to comment.