dywee / blog-bundle
Symfony3 bundle for blogging
dev-master
2017-08-24 20:20 UTC
Requires
- php: >=7.1.0
- dywee/core-bundle: dev-master
Requires (Dev)
- doctrine/doctrine-bundle: ^1.3
- friendsofphp/php-cs-fixer: ^1.11
- phpunit/phpunit: ~4.8|~5.0
This package is not auto-updated.
Last update: 2026-03-15 03:39:28 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