DEV Community

Discussion on: Updating Drupal with Composer

Collapse
 
teknorah profile image
Norah Shannon

It might be worth noting that if you use a dockerized environment with composer and drush installed globally, you can run simpler commands like this:

composer update
drush entup
drush updb
drush cr

Collapse
 
nabbisen profile image
nabbisen

Hi Norah, Thank you for your comments.
I think you're totally right.
I have used OpenBSD, however, as my primary and lovely environment for years 😅
Well, I'm interested in dockerized environments and I'll try it. Thank you 😉