ajeya/laravel-contact-form

A basic contact form package for laravel

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/ajeya/laravel-contact-form

1.0.2 2024-05-21 17:50 UTC

This package is auto-updated.

Last update: 2025-11-22 08:29:04 UTC


README

A simple contact form package for Laravel.

Installation

You can install the package via Composer. Add the following lines to your composer.json:

{
    "require": {
        "ajeya/laravel-contact-form": "1.0.0"
    }
}