blt
13.7.4
Acquia 已宣布 BLT 生命週期結束,自 2024 年 7 月 1 日起生效。
BLT(建置和啟動工具)提供了一個自動化層,用於測試、建置和啟動 Drupal 8 和 9 應用程式。
如欲了解更多資訊並開始使用,請參閱文件:https://docs.acquia.com/blt
若要查看 Acquia 和社群提供的 BLT 插件,請參閱插件註冊表。
BLT版本 | 支持嗎? | Drupal 主要版本 | PHP版本 | 衝版 |
---|---|---|---|---|
13.x | 是的 | 9.x、10.x | 8.0、8.1、8.2 * | 11.x、12.x * |
12.x | 不 | 9.x | 7.4 | 10.x |
11.x | 不 | 8.x | 7.4 | 9.x、10.x |
* BLT 用戶必須至少升級到 BLT 13.5.x 才能升級到 PHP 8.1。和 Drush 11.0.7(或更高版本)。
PHP 8.2、Drush 12 和 Drupal 10 支援不穩定。
composer update acquia/blt -W
/docroot/sites/<site-name>/settings.php
的 settings.php 檔案中刪除 BLT 引用。 - require DRUPAL_ROOT . "/../vendor/acquia/blt/settings/blt.settings.php";
- /**
- * IMPORTANT.
- *
- * Do not include additional settings here. Instead, add them to settings
- * included by `blt.settings.php`. See BLT's documentation for more detail.
- *
- * @link https://docs.acquia.com/blt/
- */
+ require DRUPAL_ROOT . "/../vendor/acquia/drupal-recommended-settings/settings/acquia-recommended.settings.php";
+ /**
+ * IMPORTANT.
+ *
+ * Do not include additional settings here. Instead, add them to settings
+ * included by `acquia-recommended.settings.php`. See Acquia's documentation for more detail.
+ *
+ * @link https://docs.acquia.com/
+ */
default.local.settings.php
和local.settings.php
以使用此DSR插件提供的環境檢測器而不是BLT: - use AcquiaBltRoboCommonEnvironmentDetector;
+ use AcquiaDrupalRecommendedSettingsHelpersEnvironmentDetector;
./vendor/bin/blt blt:migrate
版權所有 (C) 2020 Acquia, Inc.
該程式是免費軟體:您可以根據自由軟體基金會發布的 GNU 通用公共授權版本 2 的條款重新分發和/或修改它。
分發此程序的目的是希望它有用,但不提供任何保證;甚至沒有適銷性或特定用途適用性的默示保證。有關更多詳細信息,請參閱 GNU 通用公共許可證。