scaffolder / newsletter
this is the newsletter package
dev-master
2019-12-08 12:56 UTC
Requires
This package is not auto-updated.
Last update: 2025-01-27 13:47:25 UTC
README
This is the newsletters package to manage newsletter and send email to customer for
Installation
Add Newsletter package to your composer.json file
composer require scaffolder/newsletter
Publish
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'=> 'abcd@abc.com'
];
Change the value of parameter: send_email_to, with your own admin adress
Congratulations, you have successfully installed Newsletter package !