bartlettinteractive / drupal-project
Template for starting a Drupal project with composer.
Package info
github.com/bartlettinteractive/drupal-project
Type:project
pkg:composer/bartlettinteractive/drupal-project
2.0.0
2025-01-17 19:36 UTC
Requires
- composer/installers: ^2.3
- cweagans/composer-patches: ^1.7
- drupal/config_split: ^2.0
- drupal/core-composer-scaffold: ^11.1
- drupal/core-recommended: ^11.1
- drupal/gin: ^4.0
- drush/drush: ^13.3
Requires (Dev)
- drupal/core-dev: ^11.1
- drupal/devel: ^5.3
- kint-php/kint: ^6.0
Conflicts
README
This project provides a template for starting a Drupal 8 project with composer.
Usage
Run the following command from the directory you would like the project in.
composer create-project bartlettinteractive/drupal . --stability dev --no-interaction
Installing modules
Install Drupal modules with composer
composer require drupal/MODULE
Updating Drupal core
Run composer update drupal/core --with-dependencies