surencool4/contact

laravel contact form package

dev-main 2024-12-30 11:23 UTC

This package is not auto-updated.

Last update: 2025-09-09 12:14:12 UTC


README

This Laravel package provides an easy-to-use contact form with built-in mail functionality. It allows you to create and manage inquiries seamlessly.

Features

  • Pre-built contact form view.
  • Validation for form inputs.
  • Stores inquiries in the database.
  • Sends email notifications for new inquiries.

Installation

  1. Require the package via Composer: composer require surencool4/contact

  2. Vendor Publish: php artisan vendor:publish --tag:contact-config

  3. Migration php artisan migrate