Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.72 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.72 KB

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.