heinthuya/contact

这将向管理员发送电子邮件并将联系查询保存在数据库中

v1.0.0 2022-06-06 07:58 UTC

This package is auto-updated.

Last update: 2024-09-06 14:10:24 UTC


README

这将向管理员发送电子邮件并将联系查询保存在数据库中


如果您想自己注册,请在config/app.php中添加ServiceProvider

步骤 1

'providers' => [
    Heinthuya\Contact\ContactServiceProvider::class,
]

步骤 2

要发布配置,运行供应商发布命令

php artisan vendor:publish

这将创建一个名为config/contact.php的新配置文件


步骤 3

php artisan migrate

联系表单 URL - localhost:8000/contact