naftalivo/emailcontact
最新稳定版本:v1.0.1
Composer 安装命令:
composer require naftalivo/emailcontact
包简介
Package to send emails and store to database sender information
README 文档
README
Package to send emails and store to database sender information
Installing Package
The recommended way of this package is through composer Composer.
composer require naftalivo/emailcontact
Add in config > app.php this line at the end of providers
'providers' => [ /* * Laravel Framework Service Providers... */ ... Naftalivo\EmailContact\EmailContactServiceProvider::class, ],
Test Package
To test, go to
-
run php artisan serve
-
in localhost:8000 and add /emailcontact
-
configure your email service data in the .env file
MAIL_MAILER=smtp
MAIL_HOST=mailhog
MAIL_PORT=1025
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-08-11