Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
pterk committed Jan 22, 2020
1 parent 4489f71 commit 5dc9e8c
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,11 @@ You can build:
* A Notification System
* Lots more...

## Demo
## Demos

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

[New Laravel 5.2 Example Application is here!](https://github.com/GetStream/Stream-Laravel-Example)

### Laravel 5, 4

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/)
https://github.com/GetStream/Stream-Example-PHP


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

```
"require": {
"get-stream/stream-laravel": "~2.3.2"
"get-stream/stream-laravel": "~2.3.5"
},
```

Expand All @@ -51,7 +47,7 @@ composer update

### Laravel

**Laravel prior to 5.5**
**Laravel prior to 5.5** (no longer supported)

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

Expand Down

0 comments on commit 5dc9e8c

Please sign in to comment.