From cf49cbd4d82c503842834a6f2b5ea9ad58229b42 Mon Sep 17 00:00:00 2001 From: Freek Van der Herten Date: Wed, 5 Dec 2018 00:48:30 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++-------------------------- 1 file changed, 2 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index a98dd2e..4c1108d 100644 --- a/README.md +++ b/README.md @@ -7,33 +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 +## Documentation -## Installation - -You can install the package via composer: - -```bash -composer require beyondcode/laravel-websockets -``` - -The package will automatically register a service provider. - -## Usage - -Once the package is installed, you can publish the configuration file using: - -``` -php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config" -``` - -To start the WebSocket server, use: - -``` -php artisan websockets:serve -``` - -For in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/). +For installation instructions, in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/). ### Changelog