dywee/blog-bundle

Symfony3 下的博客组件

安装: 27

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 3

分支: 0

公开问题: 0

类型:symfony-bundle

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

This package is not auto-updated.

Last update: 2024-09-14 19:53:00 UTC


README

此README正在编写中。感谢您的理解...

设计用于与DyweeCoreBundle良好配合,提供出色的管理功能

##安装

只需运行

$ composer require dywee/blog-bundle

将组件添加到内核

new Dywee\BlogBundle\DyweeBlogBundle(),

添加路由信息

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

无需更多配置