Get the list of outdated modules:
composer outdated "drupal/*"
Install module update:
composer update drupal/module_name --with-dependencies
Then, run the database updates /update.php & Clear the drupal cache :)
Get the list of outdated modules:
composer outdated "drupal/*"
Install module update:
composer update drupal/module_name --with-dependencies
Then, run the database updates /update.php & Clear the drupal cache :)
Recent comments
$host =…