surencool4 / contact
laravel contact form package
Package info
github.com/surencool4/laravel-contact-form-package
Language:Blade
Type:package
pkg:composer/surencool4/contact
dev-main
2024-12-30 11:23 UTC
This package is not auto-updated.
Last update: 2026-03-10 14:37:32 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
-
Require the package via Composer:
composer require surencool4/contact -
Vendor Publish:
php artisan vendor:publish --tag:contact-config -
Migration
php artisan migrate