dywee/contact-bundle

Symfony3 插件,用于轻松管理联系表单

安装: 51

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 3

分支: 0

开放问题: 0

语言:Twig

类型:symfony-bundle

dev-master / 1.0.x-dev 2021-03-22 12:28 UTC

This package is auto-updated.

Last update: 2024-09-22 20:04:21 UTC


README

此README正在更新中。感谢您的理解...

专为与DyweeCoreBundle良好配合而设计,提供优秀的管理功能

##安装

只需运行

$ composer require dywee/contact-bundle

将插件添加到内核

new Dywee\ContactBundle\DyweeContactBundle(),

添加路由信息

dywee_contact:
    resource: "@DyweeContactBundle/Controller"
    type: annotation
    prefix:   /

无需更多配置