hiccup / sulu-blog-bundle
Sulu博客组件
dev-develop
2018-02-20 14:10 UTC
Requires
- jackalope/jackalope-doctrine-dbal: ~1.2.5
- sulu/sulu: ^1.2.0
Requires (Dev)
- codeclimate/php-test-reporter: ^0.3.2
- phpunit/phpunit: 4.8.*
This package is not auto-updated.
Last update: 2024-09-14 19:04:11 UTC
README
sulu-blog-bundle
Sulu.io CMS BlogBundle
安装
composer require hiccup/sulu-blog-bundle
将组件添加到AbstractKernel
new Hiccup\SuluBlogBundle\HicuppSuluBlogBundle()
贡献指南
- 遵循 PSR 代码风格
- 实体表名前缀
hiccup_sulu_blog_
提示
- 使用命令并根据需要调整
composer update hiccup/sulu-blog-bundle --root-reqs --profile --no-dev -vvv --prefer-dist --no-scripts
以快速更新包进行测试