Drupal is a registered trademark of Dries Buytaert
drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). eca 3.1.1 Minor update available for module eca (3.1.1). layout_paragraphs 2.1.3 Minor update available for module layout_paragraphs (2.1.3). ai 1.3.3 Minor update available for module ai (1.3.3). ai 1.2.14 Minor update available for module ai (1.2.14). node_revision_delete 2.0.3 Minor update available for module node_revision_delete (2.0.3). moderated_content_bulk_publish 2.0.52 Minor update available for module moderated_content_bulk_publish (2.0.52). klaro 3.0.10 Minor update available for module klaro (3.0.10). klaro 3.0.9 Minor update available for module klaro (3.0.9). layout_paragraphs 2.1.2 Minor update available for module layout_paragraphs (2.1.2). geofield_map 11.1.8 Minor update available for module geofield_map (11.1.8).

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.

Quick Start

Composer will create a new directory called sector containing a web directory with a complete Drupal 9 codebase and the Sector install profile.

composer create-project drupal/sector_project_template sector 

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/core directory.
  • Modules (packages of type drupal-module), themes (packages of type drupal-theme), and profiles (packages of type drupal-profile) are automatically installed to their respective web/(modules|themes|profiles)/contrib directories.
  • 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:

  1. Clone this repository locally and make your proposed modifications.
  2. Use the following command to create a project based on your modified version:

composer create-project \ --prefer-dist \ --repository='{"type":"path", "url":"/src/sector","options":{"symlink":false, "versions":{"drupal/sector_project_template":"10.x.x"}}}' \ drupal/sector_project_template \ /src/target-dir 

Replace the following values in this command:

  • /src/sector: The path to your local clone of this repository.
  • 10.x.x: A patch increment above current drupal/sector_project_template 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 DrupalCode issue fork for the changes themselves.

Activity

Total releases
2
First release
Apr 2025
Latest release
1 month ago
Release cadence
316 days
Stability
50% stable

Releases

Version Type Release date
10.0.9 Stable Feb 19, 2026
11.x-dev Dev Apr 9, 2025