This project template leverages the DrupalX Starter Kit distribution, featuring enhanced editorial capabilities, the DrupalX Theme Starter, and additional improvements through contributed modules.
- Extends the drupal-composer/drupal-project template (visit the README for basic instructions).
- Adds additional contributed modules to the project via Composer.
- Sets up DDEV as the default development environment.
- Includes the DrupalX theme starter kit.
- Configures the DrupalX configuration with paragraph types for page building.
Create your project:
composer create-project drupalninja/drupalx-project:11.x-dev some-dir --no-interactionConfigure DDEV (follow prompts).
ddev configStart DDEV, download Composer dependencies and install DrupalX CMS.
ddev install