Skip to content

tarjei/DrupalConsole

 
 

Repository files navigation

Table of Contents generated with DocToc

Drupal Console

Gitter Build Status Latest Stable Version Latest Unstable Version SensioLabsInsight

The Drupal Console is a suite of tools that you run on a command line interface (CLI) to generate boilerplate code and interact with a Drupal 8 installation.

Supported Drupal version

Drupal Console is only compatible with Drupal 8, some version of which must be installed in order to run Drupal Console commands.

Drupal Console documentation

You can read or download the Drupal Console documentation at bit.ly/console-book.

Installing Drupal Console

# Run this in your terminal to get the latest Console version:
curl -LSs http://drupalconsole.com/installer | php

# Or if you don't have curl:
php -r "readfile('http://drupalconsole.com/installer');" | php

# You can place this file anywhere you wish.
# If you put it in your PATH, you can access it globally.
# For example: move console.phar and rename it, 'drupal':
mv console.phar /usr/local/bin/drupal

# Show all available Drupal Console commands.
drupal

# Generate a module.
drupal generate:module

Using Drupal Console

image

Supporting organizations

Blink Reaction FFW Indava Anexus IT

Packages

No packages published

Languages

  • PHP 85.1%
  • HTML 14.9%