bartlettinteractive / drupal-project
Template for starting a Drupal project with composer.
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:project
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