-
Notifications
You must be signed in to change notification settings - Fork 437
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doc example doesn't work #783
Comments
Do you use composer to install the package? |
Yes i do, i tried to dump the autoloader but still had the problem. I have "enqueue/amqp-lib" as a dependency in my project |
You are right. should be moved to require section. |
Yes indeed, do you want me to create a PR or are you handling it ? |
That would be great if you could send it to us |
In the documentation it's written that you can instanciate a factory (for localhost) with :
$factory = new \Enqueue\AmqpLib\AmqpConnectionFactory();
Though i get an error stating that the Enqueue\Dsn\Dsn class cannot be found. Everythink works fine if i give the factory an empty array.
https://github.com/php-enqueue/enqueue-dev/blob/master/docs/transport/amqp_bunny.md
The text was updated successfully, but these errors were encountered: