Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/iqual-ch/iq_events
- Owner: iqual-ch
- Created: 2021-07-20T08:55:31.000Z (over 3 years ago)
- Default Branch: 3.x
- Last Pushed: 2024-05-24T07:40:46.000Z (8 months ago)
- Last Synced: 2024-11-11T13:58:01.434Z (about 2 months ago)
- Language: PHP
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]'