2017 © Pedro Peláez
 

project sector-project

A composer-based Drupal project template using Sector.

image

sparksinteractive/sector-project

A composer-based Drupal project template using Sector.

  • Tuesday, February 27, 2018
  • by sparksinteractive
  • Repository
  • 3 Watchers
  • 0 Stars
  • 164 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 19 % Grown

The README.md

Sector's Composer Project Template

Sector is a Drupal 8 distribution (or install profile) built and maintained by Sparks Interactive., (*1)

Installation

This repository is for inclusion as part of a composer create-project installation only., (*2)

Complete installation instructions are available at the main Sector repository: https://github.com/sparksi/sector-distribution., (*3)

Quick Start

Composer will create a new directory called {project-name} containing a web directory with a complete Drupal 8 codebase and the Sector install profile., (*4)

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:, (*5)

  • 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.
  • Downloads Drupal scaffold files such as index.php and .htaccess in the web directory.
  • The latest version of Drush is installed locally for use at bin/drush.
  • The latest version of Drupal Console is installed locally for use at bin/drupal.

For a better idea as to what Sector does, what features it has, and why you should use it, visit the main repository., (*6)

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., (*7)

The Versions