This will send email to admin and save contact query in database
msilabs/contact is a Laravel package for this will send email to admin and save contact query in database.
It currently has 0 GitHub stars and 24 downloads on Packagist (latest version v1.0.1).
Install it with composer require msilabs/contact.
Discover more Laravel packages by msilabs
or browse all Laravel packages to compare alternatives.
Last updated
This will send email to admin and save contact query in database.
Requires PHP: ^8.0, Laravel: ^9.0|^10.0
Install msilabs/contact via the Composer package manager:
composer require msilabs/contact
Optionally, publish the configuration file:
php artisan vendor:publish --provider="Msilabs\Contact\ContactServiceProvider"
Migrate the migration file.
php artisan migrate
Start local server.
php artisan serve
Visit /contact url
/contact