This bundle adds articles to your Kunstmaan Bundles project.
You should be able to get Symfony 3 or greater up and running before you can install the KunstmaanArticleBundle.
Assuming you have installed composer.phar or composer binary:
$ composer require kunstmaan/article-bundle
Add the KunstmaanArticleBundle to your AppKernel.php file:
new Kunstmaan\ArticleBundle\KunstmaanArticleBundle(),
You can find more detailed information on how to use this bundle here.
This bundle has been developed to work closely with the KunstmaanGeneratorBundle. This bundle contains abstract classes used by the generated article classes. For more information, please read the extended documentation on the Article generator.
If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.