kunstmaan / view-bundle
Symfony2 KunstmaanViewBundle
Installs: 503
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 14
Forks: 0
Type:symfony-bundle
Requires
- php: >=5.3.3
- kunstmaan/admin-bundle: 1.3.*
- kunstmaan/adminnode-bundle: 1.3.*
- symfony/symfony: 2.0.*
- dev-master
- 2.0.x-dev
- 1.3.x-dev
- v1.3.4
- v1.3.3
- v1.3.2.1
- v1.3.2
- v1.3.1
- v1.3
- 1.2.x-dev
- 1.1.x-dev
- 1.0.x-dev
- dev-fix/preview_1.3.2
- dev-move_pageparts_twig_extension_to_pagepart_bundle
- dev-code_cleanup
- dev-feature/acl_permissions
- dev-adminnodecleanup
- dev-fix_exceptionpage
- dev-fix/dynamicroutingpage
- dev-fix/implement_slucontroller_changes
- dev-fix/slugcontroller_needs_url_not_slug
- dev-fix/getparams
- dev-fix_issue_5585
This package is not auto-updated.
Last update: 2022-02-01 12:20:40 UTC
README
KunstmaanViewBundle by Kunstmaan
About
The KunstmaanViewBundle 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 display the contents of nodes on the front of the website.
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 KunstmaanViewBundle.
Installation instructions
Installation is straightforward, add the following lines to your deps file:
[KunstmaanViewBundle]
git=https://github.com/Kunstmaan/KunstmaanViewBundle.git
target=/bundles/Kunstmaan/ViewBundle
Register the Kunstmaan namespace in your autoload.php file:
'Kunstmaan' => __DIR__.'/../vendor/bundles'
Add the KunstmaanViewBundle to your AppKernel.php file:
new Kunstmaan\ViewBundle\KunstmaanViewBundle(),
Contact
Kunstmaan (support@kunstmaan.be)
Download
You can also clone the project with Git by running:
$ git clone git://github.com/Kunstmaan/KunstmaanViewBundle