kunstmaan / adminnode-bundle
Symfony2 KunstmaanAdminNodeBundle
Installs: 1 531
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 14
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- knplabs/knp-menu-bundle: *
- kunstmaan/admin-bundle: 1.3.*
- kunstmaan/adminlist-bundle: 1.3.*
- symfony/symfony: 2.0.*
This package is not auto-updated.
Last update: 2022-02-01 12:20:39 UTC
README
KunstmaanAdminNodeBundle by Kunstmaan
About
The KunstmaanAdminNodeBundle for Symfony 2 is part of the bundles we use to build custom and flexible applications at Kunstmaan. You have to install this bundle in order to work with nodes and pagetypes.
View screenshots and more on our github page.
Installation requirements
You should be able to get Symfony 2 up and running before you can install the KunstmaanAdminNodeBundle.
Installation instructions
Assuming you have installed composer.phar or composer binary:
$ composer require kunstmaan/adminnode-bundle
Add the KunstmaanAdminNodeBundle to your AppKernel.php file:
new Kunstmaan\AdminNodeBundle\KunstmaanAdminNodeBundle(),
Contact
Kunstmaan (support@kunstmaan.be)
Download
You can also clone the project with Git by running:
$ git clone git://github.com/Kunstmaan/KunstmaanAdminNodeBundle