drupalninja / drupalx-project
Standard DrupalX starter template for Drupal projects with composer
Installs: 139
Dependents: 0
Suggesters: 0
Security: 0
Stars: 25
Watchers: 2
Forks: 5
Open Issues: 1
Type:project
Requires
- composer/installers: ^2.1
- cweagans/composer-patches: ^1.7
- drupal/components: ^3.0@beta
- drupal/twig_field_value: ^2.0
- drupal/twig_tweak: ^3.3
- drupalninja/drupalx-core: ^1.0
- drupalninja/drupalx-paragraphs: ^1.0
- drupalninja/drupalx_theme: 1.x-dev
- drush/drush: ^11 || ^12 || ^13
- oomphinc/composer-installers-extender: ^2.0
- vlucas/phpdotenv: ^5.1
- webflo/drupal-finder: ^1.2
Requires (Dev)
- drupal/core-dev: ^10.2.0
- ergebnis/composer-normalize: ^2.42
Conflicts
This package is auto-updated.
Last update: 2025-02-09 21:40:12 UTC
README
This project template leverages the DrupalX Starter Kit distribution, featuring enhanced editorial capabilities, the DrupalX Theme Starter, and additional improvements through contributed modules.
What does the template do?
- 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.
Installing
Create your project:
composer create-project drupalninja/drupalx-project:10.x-dev some-dir --no-interaction
Configure DDEV (follow prompts).
ddev config
Start DDEV, download Composer dependencies and install DrupalX CMS.
ddev install