laravel / framework

The Laravel Framework.
https://laravel.com
MIT License
32.52k stars 11.02k forks source link

install:broadcasting always publishes Reverb Echo file #50440

Closed yoeriboven closed 8 months ago

yoeriboven commented 8 months ago

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 published echo.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.

crynobone commented 8 months ago

See https://github.com/laravel/framework/pull/50455#issuecomment-1989934688