2017 © Pedro Peláez
 

project drupal

Template for starting a Drupal 8 project with composer.

image

bartlettinteractive/drupal

Template for starting a Drupal 8 project with composer.

  • Wednesday, April 18, 2018
  • by bartlettinteractive
  • Repository
  • 0 Watchers
  • 0 Stars
  • 14 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 8 % Grown

The README.md

Template for Drupal 8 projects

This project provides a template for starting a Drupal 8 project with composer., (*1)

Usage

Run the following command from the directory you would like the project in., (*2)

composer create-project bartlettinteractive/drupal . --stability dev --no-interaction

Installing modules

Install Drupal modules with composer, (*3)

composer require drupal/MODULE

Updating Drupal core

Run composer update drupal/core --with-dependencies, (*4)

The Versions