Installation
Requirements
- Moodle 5.2.0+
- PHP 8.3+
- Composer
- Node/npm or Bun (for JS build)
Install
- Copy
local/wayfinder/to your Moodlelocal/directory. - Install PHP deps:
composer install - Install JS deps and build:
bun install && bun run build # or: npm install && npm run build - Visit Site admin > Notifications to install.
- No settings page — just works. Look for search icon in navbar.
Dev Install
If editing JS, run watcher:
bun run dev
# or: npm run dev