Skip to content

Commit

Permalink
Added demo bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava Razum committed Aug 2, 2022
1 parent 6ba2a9a commit 0e68d49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@
<a href="https://www.npmjs.com/package/laravel-wave"><img src="https://img.shields.io/npm/v/laravel-wave" alt="Latest Stable Version"></a>
</p>

<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/qruto/laravel-wave/raw/HEAD/art/connection-demo-dark.png">
<source media="(prefers-color-scheme: light)" srcset="https://github.com/qruto/laravel-wave/raw/HEAD/art/connection-demo-light.png">
<img alt="Laravel Wave Logo" src="https://github.com/qruto/laravel-wave/raw/HEAD/art/connection-demo-light.png" width="400">
</picture>
</p>

# Introduction

Use Laravel [broadcasting system](https://laravel.com/docs/master/broadcasting) for sending events from server to client with 🗼 [**Server-sent Events**](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).
Expand Down

0 comments on commit 0e68d49

Please sign in to comment.