Merge branch 'master' of github.com:beyondcode/laravel-websockets
This commit is contained in:
commit
ac3d25db4e
|
|
@ -2,6 +2,6 @@
|
|||
|
||||
All notable changes to `laravel-websockets` will be documented in this file
|
||||
|
||||
## 1.0.0 - 201X-XX-XX
|
||||
## 1.0.0 - 2018-12-04
|
||||
|
||||
- initial release
|
||||
|
|
|
|||
|
|
@ -7,6 +7,8 @@
|
|||
|
||||
Bring the power of WebSockets to your Laravel application. Drop-in Pusher replacement, SSL support, Laravel Echo support and a debug dashboard are just some of its features.
|
||||
|
||||
Full documentation: https://docs.beyondco.de/laravel-websockets/1.0/getting-started/introduction.html
|
||||
|
||||
## Installation
|
||||
|
||||
You can install the package via composer:
|
||||
|
|
|
|||
Loading…
Reference in New Issue