Skip to content
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

Package discovery needs a config #13

Closed
andreipetcu opened this issue Aug 7, 2018 · 1 comment
Closed

Package discovery needs a config #13

andreipetcu opened this issue Aug 7, 2018 · 1 comment
Assignees

Comments

@andreipetcu
Copy link
Collaborator

After composer require needle-project/laravel-rabbitmq the php artisan package:discover command is called and this results in an error:

Symfony\Component\Debug\Exception\FatalThrowableError  : Argument 1 passed to NeedleProject\LaravelRabbitMq\Builder\ContainerBuilder::createContainer() must be of the type array, null given, called in /path/to/laravel/vendor/needle-project/laravel-rabbitmq/src/Providers/ServiceProvider.php on line 46

This happens due to the fact that the laravel_rabbitmq.php config doesn't exist.

@adrian-tilita
Copy link
Collaborator

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants