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
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: 2025-01-04 21:31:19 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