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
Should we attempt to find the default queue driver specified in Laravel's /config/queue.php? Or throw an exception and force the user to explicitly set it?
The text was updated successfully, but these errors were encountered:
Hi, just stumbled upon your package, it really gave me a good starting point for my own solution.
I updated some configuration to be compatible with Laravel 5.7 (env('QUEUE_CONNECTION') instead of env('QUEUE_DRIVER')) and used config('queue.default') to parse the default queue driver. Be happy to send you pull request for the changes, if you are interested.
Let me know your thoughts on this approach, and once again, thanks for this package! 👍
Should we attempt to find the default queue driver specified in Laravel's
/config/queue.php
? Or throw an exception and force the user to explicitly set it?The text was updated successfully, but these errors were encountered: