Skip to content

this is the newsletter package, useful for receiving emails from users who wish to be informed of you news, and can send a marketing companion

Notifications You must be signed in to change notification settings

amoungui/Laravel-newsletters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

newsletters package

This is the newsletters package to manage newsletter and send email to customer for

Issues

Stars

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'=> '[email protected]'
    ];

Change the value of parameter: send_email_to, with your own admin adress

Congratulations, you have successfully installed Newsletter package !

About

this is the newsletter package, useful for receiving emails from users who wish to be informed of you news, and can send a marketing companion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published