laravel-async-queue icon indicating copy to clipboard operation
laravel-async-queue copied to clipboard

Doesn't work with Laravel 5.0?

Open irman opened this issue 9 years ago • 0 comments

I've followed every instructions except for service provider, I use this instead:

'Barryvdh\Queue\AsyncServiceProvider'

But I get this exception:

InvalidArgumentException in QueueManager.php line 132: No connector for [async]

irman avatar Jan 13 '16 04:01 irman