Skip to content

Commit 7686c19

Browse files
committed
add location to docs
1 parent cfd7bfb commit 7686c19

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,16 @@ php artisan config:publish get-stream/stream-laravel
6464

6565
Login with Github on getstream.io and set ```api_key``` and ```api_secret``` in the stream-laravel config file as their are shown in your dashboard.
6666

67+
for example:
68+
```php
69+
return array(
70+
'api_key' => 'API_KEY',
71+
'api_secret' => 'API_SECRET',
72+
'api_app_id' => 'API_APP_ID',
73+
'location' => 'us-east'
74+
)
75+
```
76+
6777
###Eloquent integration
6878

6979
Stream laravel instant integration with Eloquent models;extending the ```GetStream\StreamLaravel\Eloquent\Activity``` class will give you automatic tracking of your models to user feeds.

0 commit comments

Comments
 (0)