seiger/smailer

Mailing lists Management Module for Evolution CMS admin panel.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Blade

Type:evolutioncms-module

dev-main 2023-11-27 10:22 UTC

This package is auto-updated.

Last update: 2024-04-27 11:10:55 UTC


README

Latest Stable Version CMS Evolution PHP version License Issues Stars Total Downloads

sMailer Mailing lists Management Module for Evolution CMS admin panel.

Install by artisan package installer

Run in you /core/ folder:

php artisan package:installrequire seiger/smailer "*"

Generate the config file in core/custom/config/cms/settings with name smailer.php the file should return a comma-separated list of templates.

php artisan vendor:publish --provider="Seiger\sMailer\sMailerServiceProvider"

Run make DB structure with command:

php artisan migrate