panopoly / panopoly-composer-template
为 Panopoly 2.x 项目和 Composer 定制的项目模板
10.x-dev
2024-02-27 17:35 UTC
Requires
- composer/installers: ^1.2
- cweagans/composer-patches: ^1.6.5
- drupal/core-composer-scaffold: ^10.1
- drupal/core-project-message: ^10.1
- drupal/core-recommended: ^10.1
- panopoly/panopoly: 3.0.x-dev
Requires (Dev)
- behat/mink-goutte-driver: ^2.0
- consolidation/robo: ^4
- drupal/coder: ^8.3.13
- drupal/core-dev: ^10.1
- drupal/drupal-extension: ^5
- drush/drush: ^11 || ^12
- friends-of-behat/mink-extension: ^2.5
- mglaman/phpstan-drupal: ^1.1.26
- phpspec/prophecy-phpunit: ^2.0
- phpstan/extension-installer: ^1.2.0
- phpstan/phpstan: ^1.9.11
- phpstan/phpstan-deprecation-rules: ^1.1.1
- spomky-labs/otphp: ^9.0 || ^10.0
Conflicts
This package is auto-updated.
Last update: 2024-09-28 00:54:30 UTC
README
Panopoly 是一个强大的 Drupal 9 基础发行版,包含许多用户体验改进和强大的附加功能。
它可以作为一个新 Drupal 网站的起点,或者作为创建您自己的 Drupal 9 发行版的基础。
有关更多信息,请参阅 Drupal.org 上的项目页面。
使用方法
首先需要几个依赖项
之后,您可以通过以下方式创建新项目
composer create-project panopoly/panopoly-composer-template:9.x-dev somedir --no-interaction
... 将 'somedir' 替换为您创建新站点的目录。