We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
11.x
8.3
No response
I'm using L11 with Pusher.
When running php artisan install:broadcasting I opted out of installing Reverb. It still published echo.js with the Reverb configuration.
php artisan install:broadcasting
echo.js
In Illuminate\Foundation\Console\BroadcastingInstallCommand it doesn't seem to take this decision in account.
Illuminate\Foundation\Console\BroadcastingInstallCommand
Run php artisan install:broadcasting and don't install Reverb.
The text was updated successfully, but these errors were encountered:
[11.x] Allow install:broadcasting to populate echo.js configuration
install:broadcasting
8938ecc
either with or without Reverb fixes #50440 Signed-off-by: Mior Muhammad Zaki <[email protected]>
4968875
See #50455 (comment)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Laravel Version
11.x
PHP Version
8.3
Database Driver & Version
No response
Description
I'm using L11 with Pusher.
When running
php artisan install:broadcasting
I opted out of installing Reverb. It still publishedecho.js
with the Reverb configuration.In
Illuminate\Foundation\Console\BroadcastingInstallCommand
it doesn't seem to take this decision in account.Steps To Reproduce
Run
php artisan install:broadcasting
and don't install Reverb.The text was updated successfully, but these errors were encountered: