Getting Started Overview
This section covers install prerequisites, module enablement, and what to configure first for an event.
First-run sequence
- Add the module code to your Drupal codebase.
- Install PHP dependency from module
composer.json(stripe/stripe-php). - Enable
conregand any needed submodules. - Grant permissions from
conreg.permissions.ymland submodule permission files. - Create/configure event data at
admin/config/conreg/events.
Key implementation context
- ConReg is config- and table-driven; each event uses
conreg.settings.{eid}. - Member records are not Drupal entities; they are stored in
conreg_members.