K
K
Konstantin2016-01-27 13:13:13
Laravel
Konstantin, 2016-01-27 13:13:13

How to setup iron driver in Laravel 5.0?

Hello. Help set up queues with the iron driver. When I run the command

artisan queue:subscribe SendEmail http://mysite.com/queue/receive
I get an error Class 'IronMQ' not found in, etc. Already tried to change the version of iron-io/iron_mq in composer.json while deleting the venodor folder and cleaning the composer cache. But all the same Maybe someone already set up on Laravel 5.0? Class 'IronMQ' not found

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Peter, 2016-02-03
@petrtr

Works for me with this version of "iron-io/iron_mq": "2.*"

K
Konstantin, 2016-02-18
@kostik34

Finally, I managed to install with version "iron-io/iron_mq": "1.*" but when it came to executing the queue, I got this error http error: 400 | {"msg":"Version mismatch: unsupported API version '1', expected version '3', please upgrade your client. See docs.iron.io "} I put 2 ... right, Class 'IronMQ' not found . This is the vicious circle.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question