Add Newsletter package to your composer.json file
composer require scaffolder/newsletter
The last required step is to publish views, config, migrations in your application with :
php artisan vendor:publish
The next required step is to modify the config file to config/contact.php :
return [
'send_email_to'=> '[email protected]'
];
Change the value of parameter: send_email_to, with your own admin adress
Congratulations, you have successfully installed Newsletter package !