akramghaleb / contact
This will send email to admin and save contact data in the database
v1.0.1
2024-03-06 10:55 UTC
Requires
None
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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 |
|---|
![]() |
![]() |

