wonder-image / rsvp
RSVP plugin for wonder-image/new-site projects.
dev-main
2026-06-17 12:45 UTC
Requires
- php: ^8.2
- wonder-image/app: dev-main
This package is auto-updated.
Last update: 2026-06-17 12:45:51 UTC
README
Modulo RSVP per wonder-image/app,
pronto per i siti basati su
wonder-image/new-site.
Aggiunge un sistema RSVP completo: frontend con login a codice invito e form di conferma, backend con resource per eventi/autorizzazioni/inviti/risposte/ impostazioni, API stabili e un sistema di estensione per custom field, hook di submit e override SEO.
Documentazione
La guida completa all'uso del modulo รจ in docs/ (GitBook):
- Installazione
- Struttura del modulo
- Configurazione
- Frontend e personalizzazione delle view
- Custom field e hook
- Riferimento API
Quick start
composer require wonder-image/rsvp
Abilita il modulo nel sito (custom/config/modules.php):
<?php return [ 'rsvp' => true, ];
Materializza le tabelle e avvia:
php forge update --local php forge start
Requisiti
- PHP
^8.2 wonder-image/app^2.1
Sviluppo
composer install php tests/smoke.php
Vedi Sviluppo e test. Changelog in CHANGELOG.md.
Licenza
MIT.