nienaber
nienaber

Reputation: 189

Symfony 2 MenuBundle tutorial

I am looking at using this module: https://github.com/symfony-cmf/MenuBundle

I am pretty new to the Symfony framework, I want to use it as a standalone bundle outside of CMF which it is a part of.

Does anyone have a good tutorial on how to use this bundle in a standard Symfony install? I have looked at the documentation but I seem to be missing out to use this as part of the install.

Thanks.

Upvotes: 0

Views: 200

Answers (1)

Wouter J
Wouter J

Reputation: 41934

That bundle is an extended version of the KnpMenuBundle. I think you should use that bundle in you non-CMF applications. There is a lot of documentation about that bundle, which you can find on github.

Upvotes: 2

Related Questions