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
[New Laravel 5.2 Example Application is here!](https://github.com/GetStream/Stream-Laravel-Example)
28
-
29
-
### Laravel 5, 4
30
-
31
-
You can check out our example application for Laravel 5.0 and Laravel 4 built using this library: [https://github.com/GetStream/Stream-Example-PHP/](https://github.com/GetStream/Stream-Example-PHP/)
27
+
https://github.com/GetStream/Stream-Example-PHP
32
28
33
29
34
30
## Installation
@@ -39,7 +35,7 @@ You can check out our example application for Laravel 5.0 and Laravel 4 built us
39
35
40
36
```
41
37
"require": {
42
-
"get-stream/stream-laravel": "~2.3.2"
38
+
"get-stream/stream-laravel": "~2.3.5"
43
39
},
44
40
```
45
41
@@ -51,7 +47,7 @@ composer update
51
47
52
48
### Laravel
53
49
54
-
**Laravel prior to 5.5**
50
+
**Laravel prior to 5.5** (no longer supported)
55
51
56
52
Add `'GetStream\StreamLaravel\StreamLaravelServiceProvider'` to your list of providers in `config/app.php`:
0 commit comments