Blog Sections Open
sMailer v1.0.0: Mailing List Management for Evolution CMS
sMailer v1.0.0 adds a dedicated mailing list management module for Evolution CMS manager projects and ships with the standard package install, config publish, and migration workflow.
sMailer v1.0.0 introduces a mailing list management module for Evolution CMS 3. It gives projects a package-based way to manage mailing workflows from the manager instead of keeping this logic scattered across custom snippets or one-off scripts.
What is included
- A manager module for mailing list management.
- Composer and Evolution CMS package installer support through
seiger/smailer. - A publishable configuration file for template lists.
- Database migrations for the module structure.
- Recent localization work, including French language support.
Install flow
cd core
php artisan package:installrequire seiger/smailer "*"
php artisan vendor:publish --provider="Seiger\sMailer\sMailerServiceProvider"
php artisan migrate
Why it matters
Email features often start as small project-specific helpers and then become harder to maintain. sMailer moves that work into a package with a repeatable install path, making it easier to reuse between Evolution CMS projects.
sGallery v1.5.1: Safer Uploads, SQLite Compatibility, and Cache Directory Publishing
sGallery v1.5.1 hardens gallery migrations, upload error handling, generated image cache paths, and SQLite-friendly source generation.
sTask v2.0.0: EvoUI Manager, Live Progress, Supervisors, and Full dDocs Guides
sTask v2.0.0 is a major Evolution CMS background task update with a new EvoUI/Livewire manager, live progress, supervisor processes, worker improvements, and full dDocs documentation.