• Stars
    star
    127
  • Rank 276,601 (Top 6 %)
  • Language
  • Created almost 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DrupalConsole English Language

drupal-console-en

Usage

Drupal Console project it's installed per each Drupal 8 website with English language by default.

To install Drupal Console package in other languages check the packages available at https://packagist.org

Install Drupal Console

To install the appropriate version of Drupal Console project for your drupal installation, run the following composer command

$ composer require drupal/console:~1.0 --prefer-dist --optimize-autoloader

Install Drupal Console launcher

In order to avoid conflicts between Drupal release and have a Drupal Console version between major and minor releases in Drupal, a Drupal Console launcher was created. In order to facilitate to load the Drupal Console commands available to each Drupal 8 website,

To install Drupal Console launcher globally follow the instruction below.

$ curl https://drupalconsole.com/installer -L -o drupal.phar
# Or 
$ php -r "readfile('https://drupalconsole.com/installer');" > drupal.phar

$mv drupal.phar /usr/local/bin/drupal
$ chmod +x /usr/local/bin/drupal

Contribute

If you want to contribute to this translation, you need to follow this steps to setup your environment.

N.B: Push your changes to your forked repository in order to create PR per day to avoid any conflicts with other contributors.

More Repositories

1

drupal-console

The Drupal CLI. A tool to generate boilerplate code, interact with and debug Drupal.
PHP
937
star
2

drupal8-links

Drupal 8 links & resources
286
star
3

drupal-console-core

This project contains commands and features to be shared across DrupalConsole projects.
PHP
135
star
4

drupal-console-extend-plugin

Drupal Console Extend Composer Plugin
PHP
133
star
5

drupal8.dev

Vagrant machine for drupal 8 or any other php project
Puppet
36
star
6

drupal-console-book

Drupal Console Documentation Book
33
star
7

drupal-console-launcher

DrupalConsole global executable aka Launcher.
PHP
21
star
8

drupal-console-cheatsheet

The Drupal Console cheat sheet, a quick reference guide.
JavaScript
11
star
9

acme

Drupal 8 Acme Demo Module
PHP
9
star
10

drupalgenerator

A GUI to generate Drupal 8 modules using the Drupal Console project
JavaScript
8
star
11

drupal-console-desktop

A cross platform UI for Drupal Console
JavaScript
6
star
12

drupalconsole.com

The official site and documentation for the Drupal Console project
JavaScript
5
star
13

redis-routing

This project replace the routing system in Drupal 8 to use Redis in storage
PHP
5
star
14

drupal-console-ru

4
star
15

slang

Example, how to create a module in Drupal 8
PHP
4
star
16

drupal-console-extend

Drupal Console Extend Composer Template
PHP
4
star
17

drupal-console-extend-example

Drupal Console Extend Example
PHP
3
star
18

ttools-drupal

TTools Drupal module
PHP
3
star
19

ExtraModule

ExtraModule is a module for Drupal 8 to add some tools for developers
PHP
3
star
20

drupal-console-zh-hans

3
star
21

drupalconsole-theme

HTML
2
star
22

drupal-console-uk

2
star
23

drupal-console-es

1
star
24

drupal-console-ar

1
star
25

drupalgenerator-api

REST end-points for drupalgenerator
PHP
1
star
26

drupal-console-commands

Web Page for Drupal Console Commands
HTML
1
star
27

drupal-console-framework

PHP
1
star