veonik / blog-bundle
为 Symfony 2 应用程序提供博客功能
1.2.0
2019-07-11 22:47 UTC
Requires
- php: >=5.3.3
- components/bootstrap: ~3.3
- eternicode/bootstrap-datepicker: ~1.3
- ivaynberg/select2: ~3.5
- jms/security-extra-bundle: ~1.5
- orkestra/application-bundle: 1.0.x-dev
- trsteel/ckeditor-bundle: ~1.6
This package is not auto-updated.
Last update: 2024-09-12 23:38:06 UTC
README
VeonikBlogBundle 为 Symfony 提供了一个完整的博客平台,包括搜索、所见即所得编辑器、标签和分类、自定义页面和菜单、语法高亮等功能。
注意:目前,VeonikBlogBundle 支持 Symfony 2.8 或更早版本。
安装
使用 composer 将 VeonikBlogBundle 添加到您的 Symfony 项目中。
composer require veonik/blog-bundle
这将安装必要的依赖项,包括 Doctrine 和 OrkestraApplicationBundle。
配置
即将推出。
在此期间,我已经 撰写了一篇博客文章,解释了整个过程。