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

Why are two bundles needed to be registered instead of one? #3

Open
2 tasks
simPod opened this issue Dec 17, 2017 · 0 comments
Open
2 tasks

Why are two bundles needed to be registered instead of one? #3

simPod opened this issue Dec 17, 2017 · 0 comments

Comments

@simPod
Copy link

simPod commented Dec 17, 2017

Docs states:

  1. Register these Bundles in your kernel (individually, but might be app/AppKernel.php)
    public function registerBundles()
{
    $bundles = [
        // Other bundles...
        new Prooph\InteropBundle\ProophInteropBundle(),
        new TomCizek\SymfonyProoph\ProophBundle(),
    ];
}
  • I think registering only one bundle should register the another one.

  • Also, this repository name should be symfony-prooph-bundle as it's a standard for symfony bundles and it helps it to be recognized.

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

1 participant