surencool4 / contact
laravel contact form package
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:package
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
-
Require the package via Composer:
composer require surencool4/contact
-
Vendor Publish:
php artisan vendor:publish --tag:contact-config
-
Migration
php artisan migrate