Skip to content

Commit 5dc9e8c

Browse files
committed
updates
1 parent 4489f71 commit 5dc9e8c

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,11 @@ You can build:
2020
* A Notification System
2121
* Lots more...
2222

23-
## Demo
23+
## Demos
2424

25-
### Laravel 5.2
25+
https://github.com/GetStream/Stream-Laravel-Example
2626

27-
[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
3228

3329

3430
## Installation
@@ -39,7 +35,7 @@ You can check out our example application for Laravel 5.0 and Laravel 4 built us
3935

4036
```
4137
"require": {
42-
"get-stream/stream-laravel": "~2.3.2"
38+
"get-stream/stream-laravel": "~2.3.5"
4339
},
4440
```
4541

@@ -51,7 +47,7 @@ composer update
5147

5248
### Laravel
5349

54-
**Laravel prior to 5.5**
50+
**Laravel prior to 5.5** (no longer supported)
5551

5652
Add `'GetStream\StreamLaravel\StreamLaravelServiceProvider'` to your list of providers in `config/app.php`:
5753

0 commit comments

Comments
 (0)