Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/veonik/veonikblogbundle
Blog engine for Symfony2 applications
https://github.com/veonik/veonikblogbundle
blog php symfony2 symfony2-bundle
Last synced: about 1 month ago
JSON representation
Blog engine for Symfony2 applications
- Host: GitHub
- URL: https://github.com/veonik/veonikblogbundle
- Owner: veonik
- License: mit
- Created: 2014-11-30T00:39:41.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-07-11T22:47:30.000Z (over 5 years ago)
- Last Synced: 2024-11-15T21:27:07.736Z (about 2 months ago)
- Topics: blog, php, symfony2, symfony2-bundle
- Language: PHP
- Homepage:
- Size: 220 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
VeonikBlogBundle
================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](https://github.com/orkestra/OrkestraApplicationBundle).
Configuration
-------------Coming soon.
In the meantime, I've [written a blog post](https://tylersommer.com/use-veonikblogbundle-as-a-wordpress-replacement) that explains the process.