Revert "[11.x] Removes duplicate section"

This commit is contained in:
Nuno Maduro 2024-03-13 18:05:01 +00:00 committed by GitHub
parent 85e2d7aced
commit 5a95783ae7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 17 additions and 0 deletions

View File

@ -103,6 +103,23 @@ php artisan reverb:install
You can find detailed Reverb installation and usage instructions in the [Reverb documentation](/docs/{{version}}/reverb).
<a name="reverb"></a>
### Reverb
You may install Reverb using the Composer package manager. Since Reverb is currently in beta, you will need to explicitly install the beta release:
```sh
composer require laravel/reverb:@beta
```
Once the package is installed, you may run Reverb's installation command to publish the configuration, update your applications's broadcasting configuration, and add Reverb's required environment variables:
```sh
php artisan reverb:install
```
You can find detailed Reverb installation and usage instructions in the [Reverb documentation](/docs/{{version}}/reverb).
<a name="pusher-channels"></a>
### Pusher Channels