christianromeni / c-customarticles
0.0.15
2016-07-27 14:20 UTC
Requires
- php: >=5.3.2
- contao-community-alliance/composer-plugin: ~2.4 || ~3.0
- contao/core-bundle: ~3.5 || ~4.1
This package is not auto-updated.
Last update: 2019-09-17 18:22:14 UTC
README
Contao的自定义文章选项
使用composer安装
composer require christianromeni/c-customarticles
并在/app/AppKernel.php中通过以下方式启用:
new Contao\CoreBundle\HttpKernel\Bundle\ContaoModuleBundle('c-customarticles', __DIR__),