bschmitt / laravel-amqp

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

Allow the config file to get connection information from the .env file #53

Closed denischatelain closed 4 years ago

denischatelain commented 5 years ago

Enable the use of the .env file to configure the rabbitmq connection

stevenklar commented 5 years ago

@denischatelain Could you also change the README accordingly with the lumen configuration example?

bschmitt commented 5 years ago

@denischatelain thanks for your contribution! Do you mind to change the names from RABBITMQ_ to AMQP_ as this package is theoretically usable by every message queue which supports AMQP. Thank you!

stevenklar commented 5 years ago

@denischatelain can you review the suggestions so we can merge your contribution, please?

You can also just batch commit the review suggestions.

andrew-svirin commented 4 years ago

What will happen if in config will setup: 'use' => 'local'

stevenklar commented 4 years ago

Closed in favour of PR #86