We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94366a4 commit 144b8b5Copy full SHA for 144b8b5
README.md
@@ -6,6 +6,7 @@ Use this Docker compose file to spin up local environment for Drupal with a *nat
6
* [Instructions](#instructions)
7
* [Drush](#drush)
8
* [Composer](#composer)
9
+* [Drupal Console](#drupal-console)
10
* [Xdebug](#xdebug)
11
* [Database](#database)
12
* [Cache](#cache)
@@ -112,6 +113,13 @@ PHP container has installed composer. Example:
112
113
$ docker-compose exec --user 82 php composer update
114
```
115
116
+## Drupal Console
117
+
118
+PHP container has installed drupal console. Example:
119
+```bash
120
+$ docker-compose exec --user 82 php drupal list
121
+```
122
123
## Xdebug
124
125
If you want to use xdebug, uncomment the following line in the compose file:
0 commit comments