netweb / contact
This package will send email and store data into database
dev-master
2022-06-25 09:40 UTC
This package is auto-updated.
Last update: 2025-04-21 07:25:57 UTC
README
This will send email to admin & save data into database
- Step 1s
composer require netweb/contact
- Step 2 - If you want to register it yourself, add the ServiceProvider in config/app.php:
'providers' => [
/*
* Package Service Providers...
*/
Netweb\Contact\ContactServiceProvider::class,
]
- Step 3 - To publish the config, run the vendor publish command:
php artisan vendor:publish --tag="contact-config"
- Step 4 - command
php artisan serve
- Step 5 - Try project url
http://127.0.0.1:8000/contact