Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/veonik/veonikblogbundle

Blog engine for Symfony2 applications
https://github.com/veonik/veonikblogbundle

blog php symfony2 symfony2-bundle

Last synced: 3 days ago
JSON representation

Blog engine for Symfony2 applications

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.