agoat / contao-commentspattern
Contao Contentblocks Comments Pattern
Package info
github.com/agoat/contao-commentspattern-bundle
Type:contao-bundle
pkg:composer/agoat/contao-commentspattern
0.2.0
2017-06-24 15:07 UTC
Requires
- php: >=5.6
- agoat/contao-contentblocks: ^1.0
- contao/comments-bundle: ^4.2
- contao/core-bundle: ^4.2
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is not auto-updated.
Last update: 2026-03-07 05:17:50 UTC
README
####Contao 4 contentblocks extension to add comments to content blocks
###Installation:
Use composer to add package to your framework
composer require agoat/commentspattern-bundle
Add to app/AppKernel.php (after 'new Contao\CoreBundle\ContaoCoreBundle()')
new Agoat\CommentsPatternBundle\AgoatCommentsPatternBundle()