首页文章Drupal站点更新模块的方法

Drupal站点更新模块的方法

计算机技术 · web 开发2025-09-180次浏览0 个评论

Drupal的模块和主题可以通过composer进行更新,具体命令如下:

场景1:更新core, 所有modules和theme

text
composer update "drupal/*" --with-all-dependencies
drush updatedb
drush cache:rebuild

场景2:列出需要更新的模块,并更新指定模块

text
composer outdated "drupal/*"
composer update drupal/modulename --with-all-dependencies
drush updatedb
drush cache:rebuild
drush config:export --diff

评论

0

评论加载中…

发表评论

0/2000