iqual / iq_events
Provides functionality creating and managing events
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Type:drupal-custom-module
Requires
- php: ^8.1
- drupal/address: ^1.9
- drupal/address_formatter: ^2.1
- drupal/calendar: ^1.0
- drupal/core: ^9.5 || ^10
- drupal/entity: ^1.2
- drupal/field_group: ^3.4
- drupal/office_hours: ^1.5
- drupal/pagedesigner_block_adaptable: ^3.0 || ^4.0
- iqual/iq_entity_browsers: ^3.0
This package is auto-updated.
Last update: 2024-10-24 08:31:22 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"]'