narolafumes / contact
This will send email to admin functionality in laravel and save the value in a database.
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/narolafumes/contact
This package is auto-updated.
Last update: 2025-11-23 03:48:59 UTC
README
PHP 7.0 is required
update system.env file with admin email configuration
MAIL_DRIVER=smtp MAIL_HOST=smtp.mailtrap.io MAIL_PORT=2525 MAIL_USERNAME=null MAIL_PASSWORD=null MAIL_ENCRYPTION=null
Run laravel migration command
php artisan migrate