veonik / blog-bundle
Provides blogging functionality for Symfony 2 applications
Installs: 68
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:symfony-bundle
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-10-25 00:06:41 UTC
README
VeonikBlogBundle provides a full blog platform for Symfony with search, a WYSIWYG editor, tags and categories, custom pages and menus, syntax highlighting, and more.
Note: Currently, VeonikBlogBundle supports Symfony 2.8 or earlier.
Installation
Add VeonikBlogBundle to your Symfony project using composer.
composer require veonik/blog-bundle
This will install the necessary dependencies, including Doctrine and OrkestraApplicationBundle.
Configuration
Coming soon.
In the meantime, I've written a blog post that explains the process.