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

1.2.0 2019-07-11 22:47 UTC

This package is not auto-updated.

Last update: 2024-04-11 21:28:57 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.