bschmitt / laravel-amqp

AMQP wrapper for Laravel and Lumen to publish and consume messages
MIT License
268 stars 86 forks source link

5.5 support #32

Closed terryzwt closed 6 years ago

terryzwt commented 6 years ago

Does this support laravel 5.5?

stevenklar commented 6 years ago

It does support laravel 5.5 But you need to add the Provider and Facade yourself.

bschmitt commented 6 years ago

In case someone is providing a PR regarding 5.5. compatibility I'd be pleased to merge it into master.

bschmitt commented 6 years ago

@stevenklar thank you very much! Maybe you want to support that project? #41