agoat / contao-commentspattern
Contao Contentblocks Comments Pattern
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:contao-bundle
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: 2024-11-15 22:51:10 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()