Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 78073ce

Browse files
authored
Fixes typo in broadcasting documentation (#10719)
Fixed typo: "with prompt" → "will prompt" in the quickstart guide.
1 parent 6215dde commit 78073ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎broadcasting.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ By default, broadcasting is not enabled in new Laravel applications. You may ena
6969
php artisan install:broadcasting
7070
```
7171

72-
The `install:broadcasting` command with prompt you for which event broadcasting service you would like to use. In addition, it will create the `config/broadcasting.php` configuration file and the `routes/channels.php` file where you may register your application's broadcast authorization routes and callbacks.
72+
The `install:broadcasting` command will prompt you for which event broadcasting service you would like to use. In addition, it will create the `config/broadcasting.php` configuration file and the `routes/channels.php` file where you may register your application's broadcast authorization routes and callbacks.
7373

7474
Laravel supports several broadcast drivers out of the box: [Laravel Reverb](/docs/{{version}}/reverb), [Pusher Channels](https://pusher.com/channels), [Ably](https://ably.com), and a `log` driver for local development and debugging. Additionally, a `null` driver is included which allows you to disable broadcasting during testing. A configuration example is included for each of these drivers in the `config/broadcasting.php` configuration file.
7575

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /