You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
66
66
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
+
67
77
###Eloquent integration
68
78
69
79
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