We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 515d60f + e148767 commit 65cfec7Copy full SHA for 65cfec7
docs/src/devs/how-to/how-to-test-modules-with-gitpod.md
@@ -121,7 +121,11 @@ composer require localgovdrupal/localgov_core
121
Here's a few other examples:
122
123
```
124
-composer require localgovdrupal/localgov_elections_reporting
+composer require localgovdrupal/localgov_elections
125
+```
126
+
127
128
+composer require localgovdrupal/localgov_elections:1.0.0-beta2
129
130
131
@@ -215,3 +219,21 @@ And enable the localgov_demo module again.
215
219
drush en localgov_demo -y
216
220
217
221
222
+### Other useful commands
223
224
+Clear the cache
225
226
227
+drush cr
228
229
230
+Uninstall a module
231
232
233
+drush pm:uninstall localgov_elections
234
235
236
237
+composer remove localgovdrupal/localgov_elections
238
239
0 commit comments