seiger / smailer
Mailing lists Management Module for Evolution CMS admin panel.
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Blade
Type:evolutioncms-module
Requires
- php: ^8
This package is auto-updated.
Last update: 2024-10-27 12:16:25 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