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
In new Laravel applications, the `database`driver is the default queue driver. You may specify a different queue driver within your application's `config/queue.php` configuration file.
893
+
In new Laravel applications, the `database`connection is defined as the default queue. You may specify a different default queue connection by changing the `QUEUE_CONNECTION` environment variable in your application's `.env` file.
0 commit comments