megaads/email-subscriber

Show popup, form subscribe email

dev-master 2023-02-16 03:33 UTC

This package is auto-updated.

Last update: 2024-04-16 05:47:35 UTC


README

Run below command for install package on Laravel project

composer require megaads/email-subscriber

After installation completed. You need add EmailSubscriberProvider to config/app.php on section providers. Like below:

    Megaads\EmailSubscriber\Providers\EmailSubscriberProvider::class

Then, access url /email-subs/api/config for init file package config. Default username and password is api/ 123@123a. You can change username and password in config/subscriber.php