Skip to content

Getting Started

Installation

You can install this plugin via the in-app Plugin Store or with composer.

Visit the Plugin Store screen of your installation’s control panel, then search for Events.

These instructions assume you are using DDEV, but you can run similar commands in other environments. Open up a terminal and run:

# Navigate to the project directory:
cd /path/to/my-project

# Require the plugin with Composer:
ddev composer require boundstate/craft-events

# Install the plugin with Craft:
ddev craft plugin/install events

Create your first event

Add an Event Date field to an element type (e.g. entry / product type), and then create an element with a date. Your event will now be visible in the calendar view, displayed on the Events page of the control panel!