定制 chuti/contact 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

chuti/contact

Composer 安装命令:

composer require chuti/contact

包简介

This will send email to admin and save cotact query in database

README 文档

README

Issue Star Folks License

Installation Steps

1. Require the Package

After creating your new Laravel application you can include the contact package with the following command:

composer require chuti/contact

2. Add the DB Credentials & APP_URL

Next make sure to create a new database and mail credentials to add your database and mail credentials to your .env file:

DB_HOST=localhost
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=USERNAME
MAIL_PASSWORD=PASSWORD
MAIL_ENCRYPTION=tls

Run php migrate command after set database details.

You will also want to update your website URL inside of the APP_URL variable inside the .env file:

APP_URL=http://localhost:8000

3. Run your application

php artisan serve

4. Publish views and config files

If you want to customize view files and config files you can do it with following command

php artisan vendor:publish

Then select you want to publish.

统计信息

  • 总下载量: 12
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 6
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 5
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-07-16

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固