edwinknol / drupal-base
Project template for Drupal 8 projects with a relocated document root
dev-develop
2021-03-05 13:01 UTC
Requires
- composer/installers: ^1.9
- drupal/address: ^1.8
- drupal/admin_toolbar: ^2.2
- drupal/console: ~1.0
- drupal/core-composer-scaffold: ^9
- drupal/core-project-message: ^9
- drupal/core-recommended: ^9
- drupal/entity_usage: ^2.0
- drupal/field_group: ^3.1
- drupal/focal_point: ^1.5
- drupal/geocoder: ^3.12
- drupal/geofield: ^1.15
- drupal/geolocation: ^3.2
- drupal/paragraphs: ^1.12
- drupal/search_api: ^1.17
- drupal/smart_trim: ^1.3
- drupal/token: ^1.7
- drupal/token_filter: ^1.2
- drupal/views_infinite_scroll: ^1.7
- geocoder-php/free-geoip-provider: ^4.3
- geocoder-php/google-maps-provider: ^4.5
Requires (Dev)
- consolidation/robo: ^1.4
- dmore/chrome-mink-driver: ^2.7
- drupal/administration_language_negotiation: ^1.10
- drupal/coder: ^8.2
- drupal/devel: ^4.0
- drupal/stage_file_proxy: ^1.1
- drush/drush: ^10.3
- weitzman/drupal-test-traits: ^1.5
Conflicts
This package is auto-updated.
Last update: 2025-03-05 22:40:26 UTC
README
Drupal base for starting new projects.
INSTALL
Download the project.
Install the project.
```vendor/bin/drush site-install --account-name=admin --account-pass=admin --account-mail=noreply@local.local --site-mail=admin@dev.drupal.test --existing-config -y -vvv```