coloredcow / rsvp
Easy-to-use event management plugin for sending invitation to your guests
Requires
- php: ^5.3.3 || ^7.0
This package is not auto-updated.
Last update: 2024-11-10 04:43:08 UTC
README
This project was built as part of Build a Web App, training programme by CodeTrek.
About the RSVP Plugin
Organizing events can be quite a headache and we tried to solve this problem at CodeTrek. You can send out personalised invitations to guests for events and records their responses.
Version
1.1.0
Features(Version:1.0)
- Create Events
- See All Events/Delete Event
- Add Guest
- See All Guests/Delete Guest
Installation Instruction
Method 1: (Manually)
-
Download the ZIP file from the above option.
-
Install a Plugin using the WordPress Admin Plugin Upload. (Learn how to upload plugin manually)
Method 2: (Through Composer)
-
If you aren’t familiar with the dependency management tool named Composer, take the time to read the Composer documentation.
-
To install 'RSVP Invitation' plugin through Composer:
-
Go to the /wp-content/plugins/ directory and upload the rsvp folder through the command given below:
composer create-project coloredcow/rsvp
- Activate the plugin through the ‘Plugins’ menu in WordPress.
License
The RSVP is open-sourced WordPress plugin licensed under the GPL3+ license.
Blogs by trainees
1.Open Source: Exploring New Possibilities