This plugin requires Craft CMS 5.10.0 or later, and PHP 8.2 or later.
You can install this plugin via the in-app Plugin Store or with the command line.
Visit the Plugin Store screen of your installation’s control panel, then search for Eventful.
Click the Install button, then check out the configuration instructions!
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/eventful
# Install the plugin with Craft:
ddev craft plugin/install eventfulThis plugin builds its configuration from Project config, managed via the Eventul → Settings screen in Craft’s control panel.
Run ddev start to serve the demo at http://eventful.ddev.site.
Run ddev composer phpdoc to generate the docs.
Run ddev zensical serve to serve the docs at http://eventful.ddev.site:8000