Skip to content

Commit ffb08b0

Browse files
authored
change "directory" to "file" in broadcasting configuration description (#10305)
1 parent 7d1df16 commit ffb08b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

broadcasting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Event broadcasting is accomplished by a server-side broadcasting driver that bro
6868
<a name="configuration"></a>
6969
### Configuration
7070

71-
All of your application's event broadcasting configuration is stored in the `config/broadcasting.php` configuration file. Don't worry if this directory does not exist in your application; it will be created when you run the `install:broadcasting` Artisan command.
71+
All of your application's event broadcasting configuration is stored in the `config/broadcasting.php` configuration file. Don't worry if this file does not exist in your application; it will be created when you run the `install:broadcasting` Artisan command.
7272

7373
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.
7474

0 commit comments

Comments
 (0)