Skip to content

Commit 144b8b5

Browse files
authored
Add information about Drupal Console support
1 parent 94366a4 commit 144b8b5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: README.md

+8
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Use this Docker compose file to spin up local environment for Drupal with a *nat
66
* [Instructions](#instructions)
77
* [Drush](#drush)
88
* [Composer](#composer)
9+
* [Drupal Console](#drupal-console)
910
* [Xdebug](#xdebug)
1011
* [Database](#database)
1112
* [Cache](#cache)
@@ -112,6 +113,13 @@ PHP container has installed composer. Example:
112113
$ docker-compose exec --user 82 php composer update
113114
```
114115

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+
115123
## Xdebug
116124

117125
If you want to use xdebug, uncomment the following line in the compose file:

0 commit comments

Comments
 (0)