Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/iqual-ch/iq_events

Iq Events is a module that offers functionality for creating and managing events.
https://github.com/iqual-ch/iq_events

Last synced: about 1 month ago
JSON representation

Iq Events is a module that offers functionality for creating and managing events.

Awesome Lists containing this project

README

        

# iq_events
Iq Events is a module that offers functionality for creating and managing events.

## Installation on Drupal 9:

Install module as usual:

composer require iqual/iq_events
drush en iq_events

## Installation on Drupal 10:

Dependency "drupal/address_formatter" does not have a Drupal 10 release. You need to use the `mglaman/composer-drupal-lenient` on your project to allow installation:

composer config minimum-stability dev
composer require mglaman/composer-drupal-lenient
composer config --merge --json extra.drupal-lenient.allowed-list '["drupal/address_formatter"]'