iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

How to use push queues with Laravel 4.2 #77

Open donenvy opened 7 years ago

donenvy commented 7 years ago

Hi all,

I have a current production app using laravel 4.2. Previously I set the IronMQ configs in config/queue.php and any Mail::queue would use this iron driver from config/queue.php automatically.

So i updated this to package to version 3.* which is showing as compatible with laravel 4.2 and IronMQ v3.

I just sent a mail using Mail::queue and nothing got sent to ironMQ and therefore no mail was sent using ironMQ. Does this package not use the default configs in config/queue.php anymore? And if so how do I get Laravel 4.2 to push mail to ironMQ?