demmonico/

yii2-contact

Yii2 联系我们模块

安装: 52

依赖: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 0

类型:yii2-extension

dev-master 2017-04-06 20:47 UTC

This package is not auto-updated.

Last update: 2024-09-20 20:26:26 UTC


README

#Yii2 联系我们模块 ##描述 Yii2 联系我们模块

##安装

composer require demmonico/yii2-contact

##配置

// main.php
'modules' => [
    'contact' => [
        'class' => 'demmonico\contact\Module',
        // configure
        'adminEmail' => 'demmonico@gmail.com',
        'mailerComponent' => 'mailer',
        'pageTitle' => 'APP_NAME - Contact Us',
    ],
],
// routes
'/contact' => 'contact/contact/index',
'/contact/<action:[\w-]+>' => 'contact/contact/<action>',

###迁移

php ./yii migrate/up --migrationPath=@vendor/demmonico/yii2-contact/src/migrations