Skip to content

[READ-ONLY] Subtree split of the Kunstmaan ArticleBundle -- master at Kunstmaan/KunstmaanBundlesCMS

License

Notifications You must be signed in to change notification settings

Kunstmaan/KunstmaanArticleBundle

Repository files navigation

KunstmaanArticleBundle

Build Status Total Downloads Latest Stable Version Analytics

This bundle adds articles to your Kunstmaan Bundles project.

Installation requirements

You should be able to get Symfony 3 or greater up and running before you can install the KunstmaanArticleBundle.

Installation instructions

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.

Generate

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.

Symfony 2.2

If you want to use this bundle for a Symfony 2.2 release, use the 2.2 branch.