Skip to content

Commit 9f1158f

Browse files
Hyrranpalkan
authored andcommitted
fix: composer package name
1 parent fcc0f07 commit 9f1158f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/guides/laravel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ AnyCable is a battle-proofed real-time server that's been in production at scale
1717
First, install the [anycable-laravel][] library:
1818

1919
```sh
20-
composer require anycable-laravel
20+
composer require anycable/laravel-broadcaster
2121
```
2222

2323
Then, configure the application to use `anycable` broadcasting driver. For that, add the AnyCable service provider to the `bootstrap/providers.php` file:

0 commit comments

Comments
 (0)