oddhill/oddprofile
最新稳定版本:4.1.3
Composer 安装命令:
composer require oddhill/oddprofile
包简介
The base profile used for all our Drupal sites.
README 文档
README
This profile is used as the base profile for all of our Drupal 10/11 sites. This profile contains base functionality needed on most websites.
Getting started
The best way to use this profile is to install it with the help of composer.
composer require oddhill/oddprofile
Configuration files
Run the following commands to remove any site specific information from the configuration files when they have been changed.
find ./config/install/ -type f -exec sed -i '' '/^uuid: /d' {} \;
find ./config/install/ -type f -exec sed -i '' '/_core:/{N;d;}' {} \;
统计信息
- 总下载量: 26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-11-01