drupal/sector_project_template
最新稳定版本:10.0.7
Composer 安装命令:
composer create-project drupal/sector_project_template
包简介
A composer-based Drupal project template using Sector.
README 文档
README
Sector is a Drupal 10 distribution (or install profile) built and maintained by Sparks Interactive.
Installation
This repository is for inclusion as part of a composer create-project installation only.
Complete installation instructions are available at the main Sector repository: https://git.drupalcode.org/project/sector.
Quick Start
Composer will create a new directory called {project-name} containing a web directory with a complete Drupal 10 codebase and the Sector install profile.
composer create-project sparksinteractive/sector-project {project-name}
What Does This Template Do?
When installing the given composer.json some tasks are taken care of:
- Drupal core will be installed in the
web/coredirectory. - Modules (packages of type
drupal-module), themes (packages of typedrupal-theme), and profiles (packages of typedrupal-profile) are automatically installed to their respectiveweb/(modules|themes|profiles)/contribdirectories. - The latest version of Drush is installed locally for use at
./vendor/bin/drush.
For a better idea as to what Sector does, what features it has, and why you should use it, visit the main repository.
Need Help or Found a Bug?
If you have any queries or issues about how to use Sector, and you've already read through the Sector Distribution README, then open an issue here or on our drupal.org project page.
Contributing to this repository
This repository is a component used with composer create-project to build a Sector site. Propose changes via the issue queue on Drupal.org.
To test building a Sector site via composer create-project using your modified version of this repository, follow these steps:
- Clone this repository locally and make your proposed modifications.
- Use the following command to create a project based on your modified version:
composer create-project \ --prefer-dist \ --repository='{"type":"path", "url":"/src/sector-project","options":{"symlink":false, "versions":{"sparksinteractive/sector-project":"10.x.x"}}}' \ sparksinteractive/sector-project \ /src/target-dirReplace the following values in this command:
/src/sector-project: The path to your local clone of this repository.10.x.x: A patch increment above current sparksinteractive/sector-project release./src/target-dir: The directory to create your test build of this project.
When ready, use the Drupal.org issue queue to collaborate on the proposal with a pull request to drupal/sector_project_template for the changes themselves.
统计信息
- 总下载量: 1.08k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2023-09-21