From 27d36eaf6817fbe331aa3fb7a8a7e188b23bcdd8 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 4 Dec 2018 22:36:02 +0100 Subject: [PATCH 1/4] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0d0f13c..0567a74 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ 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 +Blogpost with info on how it works under the hood: https://murze.be/introducing-laravel-websockets-an-easy-to-use-websocket-server-implemented-in-php + ## Installation You can install the package via composer: From cbb77c5e7d05326f96c53b1bcdad8a8e4c12198a Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 4 Dec 2018 22:36:12 +0100 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0567a74..f3f9e56 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ 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 + Blogpost with info on how it works under the hood: https://murze.be/introducing-laravel-websockets-an-easy-to-use-websocket-server-implemented-in-php ## Installation From d6830587ba91b8b7f7579d93ec0c45a14376b016 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Tue, 4 Dec 2018 22:36:27 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f3f9e56..a98dd2e 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,6 @@ Bring the power of WebSockets to your Laravel application. Drop-in Pusher replac Full documentation: https://docs.beyondco.de/laravel-websockets/1.0/getting-started/introduction.html -Blogpost with info on how it works under the hood: https://murze.be/introducing-laravel-websockets-an-easy-to-use-websocket-server-implemented-in-php - ## Installation You can install the package via composer: From 71f179c1c725ed2e39053cfcb085f205a954304e Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Tue, 4 Dec 2018 23:09:14 +0100 Subject: [PATCH 4/4] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 68c2bbd..3d1a11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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