drupal / drupal_dxp
Drupal DXP is an extension of Drupal CMS, built on Drupal core, aimed on being a quick start for a suite of CMS, MA and CDP capacities.
Requires
- composer/installers: ^2.3
- dropsolid/dxp: ^0.0
- drupal/core-composer-scaffold: ^11.1.5
- drupal/core-project-message: ^11.1.5
- drupal/core-recommended: ^11.1.5
- drupal/drupal_cms_accessibility_tools: ~1.1.0
- drupal/drupal_cms_ai: ~1.1.0
- drupal/drupal_cms_analytics: ~1.1.0
- drupal/drupal_cms_blog: ~1.1.0
- drupal/drupal_cms_case_study: ~1.1.0
- drupal/drupal_cms_events: ~1.1.0
- drupal/drupal_cms_forms: ~1.1.0
- drupal/drupal_cms_news: ~1.1.0
- drupal/drupal_cms_page: ~1.1.0
- drupal/drupal_cms_person: ~1.1.0
- drupal/drupal_cms_project: ~1.1.0
- drupal/drupal_cms_seo_tools: ~1.1.0
- drupal/drupal_cms_starter: ~1.1.0
- drupal/project_browser: @beta
- drupal/recipe_installer_kit: ^1-alpha4@alpha
- drupal/webform: @beta
- drush/drush: ^13
Requires (Dev)
- drupal/core-dev: ^11.0
- drupal/twig_vardumper: ^3.1
- drupal/twig_xdebug: ^1.2
This package is auto-updated.
Last update: 2025-05-23 06:38:12 UTC
README
Drupal DXP is an extension of Drupal CMS, built on Drupal core, aimed on being a quick start for a suite of CMS, MA and CDP capacities.
Getting started
If you want to use DDEV to run Drupal CMS locally, follow these instructions:
- Install DDEV following the documentation
- Open the command line and
cd
to the root directory of this project - Run the following commands:
ddev config --project-type=drupal11 --docroot=docroot ddev start ddev composer install ddev launch
Drupal DXP has the same system requirements as Drupal core, so you can use your preferred setup to run it locally. See the Drupal User Guide for more information on how to set up Drupal.
Installation options
The Drupal DXP installer offers a list of features preconfigured with smart defaults. You will be able to customize whatever you choose, and add additional features, once you are logged in.
After the installer is complete, you will land on the dashboard.
Documentation
Drupal DXP specifics can be found at https://www.drupal.org/project/drupal_dxp.
For more information about Drupal CMS, on which DXP is based, see https://www.drupal.org/project/drupal_cms/issues/3454527.
In the meantime, learn more about managing a Drupal-based application in the Drupal User Guide.