Skip to content

Commit 65cfec7

Browse files
authored
Merge pull request #249 from localgovdrupal/willguv-patch-5
Update how-to-test-modules-with-gitpod.md
2 parents 515d60f + e148767 commit 65cfec7

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

docs/src/devs/how-to/how-to-test-modules-with-gitpod.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,11 @@ composer require localgovdrupal/localgov_core
121121
Here's a few other examples:
122122

123123
```
124-
composer require localgovdrupal/localgov_elections_reporting
124+
composer require localgovdrupal/localgov_elections
125+
```
126+
127+
```
128+
composer require localgovdrupal/localgov_elections:1.0.0-beta2
125129
```
126130

127131
```
@@ -215,3 +219,21 @@ And enable the localgov_demo module again.
215219
drush en localgov_demo -y
216220
```
217221

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

Comments
 (0)