nymedia/drupal_settings
最新稳定版本:1.2.0
Composer 安装命令:
composer require nymedia/drupal_settings
包简介
Allows you to get values for read only settings that are stored in settings.php, for drush > 9.3
README 文档
README
Allows you to get values for read only settings that are stored in settings.php (drush 9.3 and newer)
Installation
composer require nymedia/drupal_settings
Usage
Imagine we have a settings.local.php that includes this:
$settings['environment'] = 'development';
Now maybe we want to get ahold of this value in a bash script, or a composer script. We could just go ahead and use this package:
drush setting:get environment
统计信息
- 总下载量: 683.46k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0
- 更新时间: 2018-08-28