akramghaleb / contact
This will send email to admin and save contact data in the database
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/akramghaleb/contact
README
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 |
|---|
![]() |
![]() |

