$ drupal chain --file=~/.console/chain/quick-start.yml
See below for Drupal Console download and configuration instructions.
uuid: 3a300bf8-bfef-42a9-b05c-921d8f4a1d39 | |
langcode: en | |
status: true | |
dependencies: | |
config: | |
- field.storage.node.body | |
- node.type.article | |
- taxonomy.vocabulary.tags | |
content: | |
- 'taxonomy_term:tags:a27609eb-9d7d-4e4a-9700-ef7eb302c20e' |
{ | |
"name": "drupal-composer/drupal-project", | |
"description": "Project template for Drupal 8 projects with composer", | |
"type": "project", | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "", | |
"role": "" | |
} |
brew install fish |
<?php | |
/** | |
* Update example 8001 | |
*/ | |
function example_update_8001(&$sandbox) { | |
print 'executing example update 8001'; | |
} | |
/** |
$ drush cr (cache-rebuild) |
commands: | |
- command: config:override | |
arguments: | |
config-name: system.site | |
key: page.front | |
value: /front-page | |
- command: config:import:single | |
arguments: | |
config-name: core.entity_view_display.user.user.default | |
input-file: themes/contrib/casper/config/override/core.entity_view_display.user.user.default.yml |
{ | |
"name": "drupal-composer/drupal-project", | |
"description": "Project template for Drupal 8 projects with composer", | |
"type": "project", | |
"license": "GPL-2.0+", | |
"authors": [ | |
{ | |
"name": "", | |
"role": "" | |
} |
commands: | |
# Install Drupal | |
- command: site:install | |
options: | |
langcode: en | |
db-type: mysql | |
db-host: 127.0.0.1 | |
db-name: drupal_composer | |
db-user: root | |
db-pass: root # local config |