mod_projetvet is a custom Moodle activity module used to manage ProjetVet workflows.
- Component:
mod_projetvet - Moodle required:
2024100700(Moodle 4.5+) - Supported branches: Moodle
4.5to5.1
- Copy this plugin to
mod/projetvetin your Moodle codebase. - Visit Site administration to trigger the plugin installation/upgrade.
- PHP source code is in
classes/, entry points in the module root. - Frontend AMD modules are in
amd/src/with built assets inamd/build/. - Automated tests are in
tests/(PHPUnit and Behat).