acquia/blt
最新稳定版本:14.0.0-beta2
Composer 安装命令:
composer require acquia/blt
包简介
BLT
README 文档
README
End of Life
Acquia has announced the end of life for BLT effective July 1, 2024. For more details, see #4736
Overview
BLT (Build and Launch Tool) provides an automation layer for testing, building, and launching Drupal 8 and 9 applications.
To learn more and get started, see the documentation: https://docs.acquia.com/blt
To review the Acquia and community provided plugins for BLT, see the plugin registry.
BLT Versions
| BLT Version | Supported? | Major Drupal Version | PHP Version | Drush Version |
|---|---|---|---|---|
| 13.x | Yes | 9.x, 10.x | 8.0, 8.1, 8.2 * | 11.x, 12.x * |
| 12.x | No | 9.x | 7.4 | 10.x |
| 11.x | No | 8.x | 7.4 | 9.x, 10.x |
* BLT users must upgrade to at least BLT 13.5.x to upgrade to PHP 8.1. and Drush 11.0.7 (or beyond).
PHP 8.2, Drush 12, and Drupal 10 support is unstable.
Steps to use Acquia Drupal Recommended Settings with BLT.
- Update the BLT plugin to the latest release, which includes acquia/drupal-recommended-settings OOTB.
composer update acquia/blt -W
Manual Process:
- Remove BLT reference from settings.php file located at
/docroot/sites/<site-name>/settings.php.
- 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/ + */
- Update
default.local.settings.phpandlocal.settings.phpto use the Environment Detector provided by this DSR plugin instead of BLT:
- use Acquia\Blt\Robo\Common\EnvironmentDetector; + use Acquia\Drupal\RecommendedSettings\Helpers\EnvironmentDetector;
Automated Process:
- Use migrate command provided in BLT.
./vendor/bin/blt blt:migrate
License
Copyright (C) 2020 Acquia, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
acquia/blt 适用场景与选型建议
acquia/blt 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 5.4M 次下载、GitHub Stars 达 442, 最近一次更新时间为 2026 年 01 月 04 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「template」 「drupal」 「deployment」 「automation」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 acquia/blt 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 acquia/blt 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 acquia/blt 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Automated deployment template for Laravel Envoy based on Capistrano.
Provides an add-on purchasable entity.
Morpht Development Tools
blueways deployer recipes
Drupal integration module for the Kalastatic prototyping and styleguide tool
Provides a base set of configuration and module dependencies for starting new Drupal projects.
统计信息
- 总下载量: 5.4M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 444
- 点击次数: 24
- 依赖项目数: 17
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-only
- 更新时间: 2026-01-04
