Skip to content
New issue

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

Unable to Use "Null" Broadcast Driver #27132

Closed
mcordingley opened this issue Jan 11, 2019 · 1 comment
Closed

Unable to Use "Null" Broadcast Driver #27132

mcordingley opened this issue Jan 11, 2019 · 1 comment

Comments

@mcordingley
Copy link
Contributor

  • Laravel Version: 5.7.20
  • PHP Version: 7.3
  • Database Driver & Version: N/A

Description:

"Null" is described in the documentation as a valid broadcast driver. However, setting BROADCAST_DRIVER to be null, "null", or empty does not actually select the null driver. Essentially, this is a repeat of #11051 in a new context.

Steps To Reproduce:

  1. Uncomment App\Providers\BroadcastServiceProvider::class, in config/app.php.
  2. Set BROADCAST_DRIVER=null in .env.
  3. Attempt to load a page to trigger an error.
@mcordingley
Copy link
Contributor Author

Dang, that was fast!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant