onoma / contactform
a contact form package
v1.0.0
2025-05-27 19:19 UTC
README
A simple, reusable Laravel package to add a contact form to your application in minutes.
Features
- Easy installation and configuration
- Automatically stores submissions (optional)
- Ready-to-use Blade views
- Customizable configuration and views
- Lightweight and Laravel-native
Installation
Install via Composer:
composer require onoma/contactform
Usage
- After installation, you can use the component in your blade template views using
<x-email-template/>