From ecf0fe4fb5cc5edc7f2dea73e06b5ba675159f09 Mon Sep 17 00:00:00 2001 From: Marcel Pociot Date: Sun, 9 Dec 2018 11:06:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a82ee5..598be24 100644 --- a/README.md +++ b/README.md @@ -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. +> If you want to learn how to create reusable PHP packages yourself, take a look at my upcoming [PHP Package Development](https://phppackagedevelopment.com) video course. + ## Documentation For installation instructions, in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/).