th3mouk / cms-siteplan-bundle
Symfony CMSSiteplanBundle to generate site plan of SonataPageBundle and personals routes
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
This package is auto-updated.
Last update: 2021-10-04 21:14:39 UTC
README
This Symfony bundle providing a site plan for your website, based on SonataPageBundle
The aim is to simplify the website plan generation this the SonataPageBundle.
Installation
php composer.phar require th3mouk/cms-siteplan-bundle ^1.0
Add to the appKernel.php
:
new Th3Mouk\CMSSiteplanBundle\Th3MoukCMSSiteplanBundle(),
Usage
{{ knp_menu_render('th3mouk.cms.siteplan.menu') }}
The documentation is available here
For more understanding, refer to the KnpMenuBundle Documentation
Please
Feel free to improve this bundle.