agoat / contao-teaserpattern
Contao Contentblocks Teaser 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/core-bundle: ^4.2
- symfony/framework-bundle: ~2.8|~3.0
Requires (Dev)
- phpunit/phpunit: ~4.5
README
####Contao 4 contentblocks extension to add teaser functionality to articles and news
###Installation:
Use composer to add package to your framework
composer require agoat/teaserpattern-bundle
Add to app/AppKernel.php (after 'new Contao\CoreBundle\ContaoCoreBundle()')
new Agoat\TeaserPatternBundle\AgoatTeaserPatternBundle()