os2forms/os2forms_forloeb_profile
最新稳定版本:1.16.0
Composer 安装命令:
composer require os2forms/os2forms_forloeb_profile
包简介
This profile adds the configuration and initial install of OS2forms 2.1 med Forløb.
README 文档
README
This is a Drupal 9 installation profile for OS2forms project.
Create a new drupal 9 project
Setting the stability to dev to allow all required packages to be installed and also enable patching.
- Create a new drupal project.
composer create-project drupal/recommended-project:^9.0 os2forms
- Change composer config.
composer config --no-plugins allow-plugins.zaporylie/composer-drupal-optimizations true composer config --no-plugins allow-plugins.cweagans/composer-patches true composer config --no-plugins allow-plugins.simplesamlphp/composer-module-installer true
Set stability and ensure that patching is enabled. It will not automatically be
enabled by the composer.json files in the os2form profile.
composer config --json minimum-stability dev
composer config --json extra.enable-patching true
- Require the components of an os2forms project.
composer require "os2forms/os2forms:^3.3" "os2forms/os2forms_forloeb_profile:^1.11" --with-all-dependencies
Install the os2forms_forloeb_profile
统计信息
- 总下载量: 6.54k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: EUPL-1.2
- 更新时间: 2021-06-01