Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit cf49cbd

Browse files
authored
Update README.md
1 parent ac3d25d commit cf49cbd

File tree

1 file changed

+2
-26
lines changed

1 file changed

+2
-26
lines changed

README.md

Lines changed: 2 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -7,33 +7,9 @@
77

88
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.
99

10-
Full documentation: https://docs.beyondco.de/laravel-websockets/1.0/getting-started/introduction.html
10+
## Documentation
1111

12-
## Installation
13-
14-
You can install the package via composer:
15-
16-
```bash
17-
composer require beyondcode/laravel-websockets
18-
```
19-
20-
The package will automatically register a service provider.
21-
22-
## Usage
23-
24-
Once the package is installed, you can publish the configuration file using:
25-
26-
```
27-
php artisan vendor:publish --provider="BeyondCode\LaravelWebSockets\WebSocketsServiceProvider" --tag="config"
28-
```
29-
30-
To start the WebSocket server, use:
31-
32-
```
33-
php artisan websockets:serve
34-
```
35-
36-
For in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/).
12+
For installation instructions, in-depth usage and deployment details, please take a look at the [official documentation](https://docs.beyondco.de/laravel-websockets/).
3713

3814
### Changelog
3915

0 commit comments

Comments
 (0)