Installation
Requirements
- Moodle 4.5+ (2024100700)
- PHP 8.3+
- Composer dependencies installed
Install
- Copy
local/devkit/to your Moodlelocal/directory. - Run
composer installinlocal/devkit/to install deps. - Visit Site admin > Notifications to install.
- Enable in Settings > Development > DevKit.
Kill Switch
Set env var to disable the plugin without uninstalling:
export MDL_LOCAL_DEVKIT_DISABLE=1Plugin also auto-disables during PHPUnit runs.
Supported Moodle Branches
Tested against 4.05, 5.00, 5.01, 5.02 (see CI config).