kunstmaan/article-bundle

Add articles to your website. Use the KunstmaanGeneratorBundle to generate a new Overview/Detail article section for your website

Installs: 102 226

Dependents: 1

Suggesters: 0

Security: 0

Stars: 10

Watchers: 16

Forks: 2

Type:symfony-bundle

7.1.0 2024-04-01 19:36 UTC

This package is auto-updated.

Last update: 2024-04-06 15:02:07 UTC


README

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.