sudip/contact
Composer 安装命令:
composer require sudip/contact
包简介
A contact form to send email to admin and store the query in database
README 文档
README
This a contact form to send email to admin and store the query in database.
Live url : (https://packagist.org/packages/sudip/contact)
Usage
- Install the package :-
composer require sudip/contact - Configure your database and email in
.envfile. - Run migration :-
php artisan migrate - Run project server
php artisan serve, - Test url
http://127.0.0.1:8000/contact
Views Modification
In order to modify the contact form and email template :-
- Run
php artisan vendor:publish - Select the option which depicts
Provider:Sudip\Contact\ContactServiceProvider - Hence files can be edited in
resources/views/vendor/contact - Sender email can be modified in
config/contact.php
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-08-27