megaads/email-subscriber

Show popup, form subscribe email

Maintainers

Package info

github.com/megaads-vn/email-subscriber

Language:Blade

pkg:composer/megaads/email-subscriber

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-16 10:32:43 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