How to achieve the Queue process implementation in lumen? In Lumen, PHP artisan commands are not working. so how to execute queue listener command "php artisan queue:listen". Anyone achieved Queue implementation in Lumen, Please help me
Mistaken by me artisan comment work now. But now I was facing another issue. Queue process using Redis getting below error in Lumen.
Argument 1 passed to Illuminate\Queue\Connectors\RedisConnector::__construct() must be an instance of Illuminate\Contracts\Redis\Factory, instance of Redis given, called in /home/www/html/ppdevchn7.com/lumen/blog/vendor/illuminate/queue/QueueServiceProvider.php on line 126
I cant tell what is the main issue, but first predis should be part of your require not part of require-dev. without looking at the whole code I can't provide much help to be honest.