laravel-async-queue
laravel-async-queue copied to clipboard
No connector for [async]
Hi, i have a problem with the config.
When i run the command 'php artisan queue:listen' ... I get the following error:
[InvalidArgumentException]
No connector for [async]
I need send a push notification
Thanks!
If you look at the readme: It should work the same as the sync driver, so no need to run a queue listener.