jhoyax/laravel-contact-form
Composer 安装命令:
composer require jhoyax/laravel-contact-form
包简介
Contact Form for Laravel
README 文档
README
This package allows you to include contact form anywhere in views. You can also add/edit fields in the table by overwriting the migration file and update validation rules in config file.
Installation
composer require jhoyax/laravel-contact-form
Optional: Overwrite config, migrations, lang or views
php artisan vendor:publish --tag=contact_form_config
php artisan vendor:publish --tag=contact_form_migrations
php artisan vendor:publish --tag=contact_form_lang
php artisan vendor:publish --tag=contact_form_views
Configuration
Update contact form message receiver in your .env file.
CONTACT_FORM_SEND_TO=hello@world.com
Usage
Include the form.
@include('contact_form::default')
统计信息
- 总下载量: 12
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-12