2017 © Pedro Peláez
 

project d8-skeleton

VDMi Project Skeleton for Drupal 8 projects with composer

image

vdmi/d8-skeleton

VDMi Project Skeleton for Drupal 8 projects with composer

  • Monday, March 7, 2016
  • by FransvanderMeer
  • Repository
  • 3 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Composer skeleton for Drupal projects

This project template provides a way to kickstart a Drupal project using Composer dependencies, it automatically generates a base profile, theme and config. After following the instructions shown with create-project you have a working Drupal site ready for development., (*1)

Based on the work of Drupal Composer., (*2)

Usage

First you need to install composer., (*3)

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup., (*4)

After that you can create the project:, (*5)

composer create-project vdmi/d8-skeleton --stability dev --no-interaction destination

destination is the target directory in which the project will be generated., (*6)

After the composer create-project, enter the destination directory and follow the instructions given by Composer., (*7)

The Versions