softandtech/contactus 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

softandtech/contactus

Composer 安装命令:

composer require softandtech/contactus

包简介

A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form

README 文档

README

Version: v2.0.0
Author: Akhil Vijay & Sreejith P
Company: Soft and Tech Solutions
License: MIT

Description

A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form. Additionally we provide a configuration page to customize the mail template. Additionally contact_conf is now depretiated

Features

  • Easy to integrate Contact Us form for Laravel users
  • Easy Integration
  • No API required
  • Sends customer queries to a specified email
  • Stores contact form data in the database
  • Customizable email content

Installation

To install this package, use the following steps:

  1. Clone the repository to your Laravel project or use commmand

        composer require softandtech/contactus
    
  2. Publish the files to your working project:

         php artisan vendor:publish --provider="SoftAndTech\ContactUs\ContactUsServiceProvider"
    
    
  3. Check new folders and files are added to your 'view' foldwrs and 'public' folders

        ..views
            |vendor
                |contactus 
    
  4. update your env files

        MAIL_MAILER=smtp
        MAIL_HOST=smtp.gmail.com
        MAIL_PORT=587
        MAIL_USERNAME=<user-name>
        MAIL_PASSWORD=<your-password>
        MAIL_ENCRYPTION=tls
        MAIL_FROM_ADDRESS="your@mail.com"
        MAIL_FROM_NAME="${APP_NAME}"
    
  5. Navigate links

        yourdomain.com/contactus_settings  // for settings
        yourdomain.com/contact_us  // for contact us form if you want to run the form directly
    
    or
    
    Include the contact form wherwever you want.
    
    ```php
        @include('contactus::contact')
  6. Run migration This package requires 2 tables. One for configuration and other for saving customer's contact data.

       php artisan migrate
    
  7. Clear config and cache ,view and route

        php artisan config:clear
        php artisan cache:clear
        php artisan view:clear
        php artisan optimize
        php artisan route:clear
    
    
  8. Initilize settings

    From your browser, go to 'yourdomain.com/contactus_settings' and save your configuratrion before running the contact us form.

  9. If you want to add 'auth' requirements, just wrap the middleware to the routes in Contactus\vendor\softandtech\contactus\src\routes\web.php

softandtech/contactus 适用场景与选型建议

softandtech/contactus 是一款 基于 Blade 开发的 Composer 扩展包,目前已累计 4 次下载、GitHub Stars 达 0, 最近一次更新时间为 2025 年 06 月 05 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 softandtech/contactus 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 softandtech/contactus 我们能提供哪些服务?
定制开发 / 二次开发

基于 softandtech/contactus 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: Blade

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-06-05