local_moderncoursereminder ZIP.{warning} The release ZIP must contain a single top-level folder named
moderncoursereminder— Moodle derives the component namelocal_moderncoursereminderfrom it.
Place the plugin in your Moodle local/ directory so the path is:
<moodleroot>/local/moderncoursereminder
Then visit Site administration → Notifications (or run the CLI upgrade) to complete the database install:
php admin/cli/upgrade.php
Modern Course Reminder is the successor to the older free local_course_reminder. A CLI script migrates your existing data:
php local/moderncoursereminder/cli/migrate_from_course_reminder.php
{warning} Back up your database first — standard practice before any migration. Run the script once, then review the imported rules and logs before enabling the plugin.
Find everything under:
Site administration → Plugins → Local plugins → Modern Course Reminder
Recommended first pass:
{info} The plugin ships enabled but with no rules, so it sends nothing until you create one. New rules can be created disabled so you can preview matched learners before going live.
Uninstall from Site administration → Plugins → Plugins overview → Modern Course Reminder → Uninstall. This removes the plugin and its data. Export any logs or reports you need to keep before uninstalling.