ssi-anik / amqp

php-amqplib wrapper that eases the consumption of RabbitMQ. A painless way of using RabbitMQ
https://packagist.org/packages/anik/amqp
MIT License
134 stars 23 forks source link

Quote provider parameter for vendor publish #11

Closed ryanhalliday closed 4 years ago

ryanhalliday commented 4 years ago

When using the command as is, Laravel returns the following message: Unable to locate publishable resources.

I believe this may be because my shell is resolving some of the \ as escape characters.

Adding the quotes around the provider to pass it as a string resolved this issue for me.

Shell is zsh if that helps - maybe this isn't an issue on bash.

ssi-anik commented 4 years ago

Thanks.