iqual/iq_events

There is no license information available for the latest version (3.0.4) of this package.

Provides functionality creating and managing events

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:drupal-custom-module

3.0.4 2024-01-30 22:36 UTC

README

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"]'