manaticr / manati-cr-geo-distribution-migration
Provides the Costa Rican Geographic dristribution for drupal 8.
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 0
Type:drupal-module
Requires
- drupal/config_devel: ^1.8
- drupal/migrate_plus: ^5.1
- drupal/migrate_source_csv: ^3.4
- drupal/migrate_tools: ^5.0
This package is auto-updated.
Last update: 2024-10-10 02:38:58 UTC
README
Provides the Costa Rican Geographic dristribution for drupal 8
Dependencies
migrate_source_csv: "^3.4"
drupal/migrate_plus: "^5.1"
drupal/migrate_tools: "^5.0"
drupal/config_devel: "^1.8"
How to install
If you clone this repo you need to insall all dependencies with composer.
But the project has a Packagist Package
Just need run this command
composer require manaticr/manati-cr-geo-distribution-migration
How to use
Import provincies
drush migrate:import provincias_cr
Import provincies
drush migrate:import cantones_cr
Import provincies
drush migrate:import distritos_cr
Remove the module
When you import al taxonomy terms you should uninstall the module, just run
composer remove manaticr/manati-cr-geo-distribution-migration
If you install the module with git clone, you need uninstall all dependencies modules.