Developed with love by KnpLabs Hire us for your project!
31

KunstmaanViewBundle

by Kunstmaan

THIS REPO IS DEPRECATED: see KunstmaanNodeBundle. The KunstmaanViewBundle for Symfony 2 is part of the bundles we use to build custom and flexible applications...

THIS REPO IS DEPRECATED: see KunstmaanNodeBundle.

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

Build Status

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
The MIT License

Copyright (c) 2012 Kunstmaan (http://www.kunstmaan.be)

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
kunstmaan_view:       []