Template for starting a Drupal 8 project with composer.

1.2.0 2020-05-21 20:32 UTC

This package is auto-updated.

Last update: 2024-04-22 04:47:24 UTC


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