drupalninja / drupalx-project
Enterprise developer template for Drupal projects with composer
Installs: 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 2
Forks: 3
Open Issues: 1
Type:project
Requires
- composer/installers: ^2.1
- cweagans/composer-patches: ^1.7
- drupal/admin_toolbar: ^3.4
- drupal/admin_toolbar_tools: ^3.4
- drupal/allowed_formats: ^3.0
- drupal/auto_entitylabel: ^3.0
- drupal/block_content_template: ^1.5
- drupal/claro_media_library_theme: ^1.0@alpha
- drupal/components: ^3.0@beta
- drupal/core-composer-scaffold: ^10.3
- drupal/core-recommended: ^10.3
- drupal/features: ^3.14
- drupal/field_group: ^3.4
- drupal/gin: ^3.0@RC
- drupal/gin_lb: ^1.0@RC
- drupal/gin_login: ^2.0
- drupal/guardr_core: ^2.1
- drupal/inline_block_title_automatic: ^1.1
- drupal/layout_builder_browser: ^1.6
- drupal/layout_builder_modal: ^1.2
- drupal/layout_builder_restrictions: ^3.0
- drupal/linkit: ^6.1
- drupal/material_icons: ^2.0
- drupal/metatag: ^2.0
- drupal/node_revision_delete: ^2.0@RC
- drupal/paragraphs: ^1.17
- drupal/paragraphs_features: ^2.0
- drupal/pathauto: ^1.12
- drupal/redirect: ^1.9
- drupal/svg_image_responsive: ^3.0
- drupal/taxonomy_access_fix: ^4.0
- drupal/twig_field_value: ^2.0
- drupal/twig_tweak: ^3.3
- drupal/viewsreference: 2.x-dev
- drupal/webform: ^6.2
- drupal/webform_ui: ^6.2
- drupal/webp: ^1.0@RC
- drupalninja/drupalx_bootswatch: ^1.0
- drupalninja/drupalx_gin: ^1.0
- drupalninja/drupalx_theme: ^1.0
- drush/drush: ^11 || ^12
- 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: 2024-11-09 15:44:55 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.
- Integrates the DrupalX Bootswatch module for rapid style customization.
- Configures the DrupalX custom profile as the default install profile.
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