You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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:
Uncomment App\Providers\BroadcastServiceProvider::class, in config/app.php.
Set BROADCAST_DRIVER=null in .env.
Attempt to load a page to trigger an error.
The text was updated successfully, but these errors were encountered:
Description:
"Null" is described in the documentation as a valid broadcast driver. However, setting
BROADCAST_DRIVER
to benull
, "null", or empty does not actually select the null driver. Essentially, this is a repeat of #11051 in a new context.Steps To Reproduce:
App\Providers\BroadcastServiceProvider::class,
inconfig/app.php
.BROADCAST_DRIVER=null
in.env
.The text was updated successfully, but these errors were encountered: