seiger / smailer
Mailing lists Management Module for Evolution CMS admin panel.
Package info
Language:Blade
Type:evolutioncms-module
pkg:composer/seiger/smailer
dev-main
2026-02-02 21:24 UTC
Requires
- php: ^8
This package is auto-updated.
Last update: 2026-03-02 21:28:30 UTC
README
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