承接 magna/contact 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

magna/contact

最新稳定版本:v1.0.4

Composer 安装命令:

composer require magna/contact

包简介

Send email and save to database

README 文档

README

Send email and save to database - laravel package test

Install Laravel first ..

>> $composer create-project laravel/laravel appName

>> $composer global require laravel/installer

>> cd appName

install package

>> $composer require magna/contact

>> 1. create database

>> 2. edit .env file

- set database connect

- set SMTP email account

After install

(RootFolder)

>> $php artisan vendor:publish

and next select number with package name magna\contact and enter

>> $composer dump-autoload

>> $php artisan migrate

>> $php artisan serve

open url route contact >> http://127.0.0.1:8000/contact

Info

after send data save this data to database and send email to two admins address

admin address change in config file: contact.php - keys: (send_email_to and send_email_to2)

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-11-07