dywee/blog-bundle

Symfony3 bundle for blogging

Installs: 27

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:symfony-bundle

dev-master 2017-08-24 20:20 UTC

This package is not auto-updated.

Last update: 2024-05-11 17:56:24 UTC


README

this README is currently in progress. Thank you for your understanding...

Designed to work fine with the DyweeCoreBundle providing great administration features

##Installing

just run

$ composer require dywee/blog-bundle

add the bundle to the kernel

new Dywee\BlogBundle\DyweeBlogBundle(),

add the routing informations

dywee_blog:
    resource: "@DyweeBlogBundle/Controller"
    type: annotation
    prefix:   /

no more configuration needed