PHPackages                             savvy/pages-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. savvy/pages-bundle

ActiveSymfony-bundle[Framework](/categories/framework)

savvy/pages-bundle
==================

Pages bundle for use with savvy cms built in Symfony2

0156PHP

Since Nov 7Pushed 13y ago2 watchersCompare

[ Source](https://github.com/oxygenthinking/pages-bundle)[ Packagist](https://packagist.org/packages/savvy/pages-bundle)[ RSS](/packages/savvy-pages-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

Add the bundle to required bundles in composer.json

```
"require": {
    //...
    "savvy/pages-bundle": "dev-master"
},
```

Register the bundle in AppKernal.php, you will need to register the KnpLabs Menu Bundle too if you have not already:

```
