seiger/smailer
Mailing lists Management Module for Evolution CMS admin panel.
Maintainers
Package info
Language:Blade
Type:evolutioncms-module
pkg:composer/seiger/smailer
dev-main
2026-05-06 14:47 UTC
Requires
- php: ^8
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
GPL-3.0 c1a0191c7fd7338460143ede7824f8fb0e3ce38e
- Serhii Korneliuk <info.woop@seigerit.com>
This package is auto-updated.
Last update: 2026-06-06 15:03:45 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
