akramghaleb/contact

This will send email to admin and save contact data in the database

v1.0.1 2024-03-06 10:55 UTC

This package is auto-updated.

Last update: 2025-05-06 13:36:59 UTC


README

Latest Version on Packagist Total Downloads

This will send email to admin and save contact data in the database.

Installation

You can install the package via composer:

composer require akramghaleb/contact

Publish config:

php artisan vendor:publish --tag=contact-config

Run the database migrations (Set the database connection & Mail connection in .env before migrating)

php artisan migrate

Start the local development server

php artisan serve

You can now access the server at http://localhost:8000/contact



Screenshots

Web Screens
Project Screenshot 2
Project Screenshot 2