Closed yoeriboven closed 8 months ago
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.
See https://github.com/laravel/framework/pull/50455#issuecomment-1989934688
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.