bschmitt / laravel-amqp

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

Publish config file via service provider #55

Closed jankal closed 5 years ago

jankal commented 5 years ago

Laravel allows to publish the config file like this. It's cumbersome to copy the file from the repo.

I think, this should be added because publishing config files is de-facto standard for laravel packages.