2017 © Pedro PelĂĄez
 

archive-package drupal

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

image

dmtw/drupal

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

  • Wednesday, May 15, 2013
  • by dmtw
  • Repository
  • 1 Watchers
  • 0 Stars
  • 9 Installations
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Drupal installer

This is a simple Composer package that will install Drupal at the root of your Composer project., (*1)

Drupal is not directly contained in this project. It is downloaded from the drupal.org website., (*2)

Installing Drupal using this Composer package:

Not used to Composer? The first step is installing Composer. This is essentially a one line process:, (*3)

curl -s https://getcomposer.org/installer | php

Windows users can download the phar file here: [http://getcomposer.org/download/](install composer). Then create a composer.json file at the root of your project:, (*4)

{
    "require": {
        "thecodingmachine/drupal": "~7.18"
    }
}

and finally, run, (*5)

php composer.phar install

This will download and unpack the Drupal archive at the root of your project. In this example, the version downloaded is 7.18 or greater, but lower than 8.0 (this is the meaning of the ~ just before the version number)., (*6)

Find more:

Want to learn more about this package? Check out the original blog post presenting thecodingmachine/composer, (*7)

The Versions

15/05 2013

7.18.x-dev

7.18.9999999.9999999-dev http://blog.thecodingmachine.com/content/installing-drupal-using-composer

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

  Sources   Download

MIT

The Requires

 

installer drupal dmtw

15/05 2013

7.22.x-dev

7.22.9999999.9999999-dev http://blog.thecodingmachine.com/content/installing-drupal-using-composer

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

  Sources   Download

MIT

The Requires

 

installer drupal dmtw

08/01 2013

v7.18.0

7.18.0.0 http://www.thecodingmachine.com

This package is an installer that will download Drupal from the http://drupal.org website and unpack it at the root of your Composer project.

  Sources   Download

MIT

The Requires

 

installer drupal thecodingmachine