kunstmaan/article-bundle
Add articles to your website. Use the KunstmaanGeneratorBundle to generate a new Overview/Detail article section for your website
Maintainers
Package info
github.com/Kunstmaan/KunstmaanArticleBundle
Type:symfony-bundle
pkg:composer/kunstmaan/article-bundle
Requires
- php: ^8.1
- kunstmaan/adminlist-bundle: ^7.0
- kunstmaan/node-bundle: ^7.0
- kunstmaan/pagepart-bundle: ^7.0
- pagerfanta/core: ^3.8|^4.0
- pagerfanta/twig: ^3.8|^4.0
Requires (Dev)
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 03895c4e2aa4f4c080e593c9d9acd77c8613ef9b
- Kunstmaan CMS Team <cms.woop@kunstmaan.be>
This package is auto-updated.
Last update: 2026-06-15 20:14:12 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.
