Downloads

Download drustack-8.x-3.5.tar.gztar.gz 236.56 KB
MD5: cb7087652e07bcddc486402b0966f75e
SHA-1: 54bf8dc43d4a6a829dccd2d324708cba6ea96e34
SHA-256: 2bb7ae201e3eaa24c1a6fda31cb29c51886544fdf3dd043d1f25d62507c93193
Download drustack-8.x-3.5.zipzip 392.62 KB
MD5: 7609ec5dbaf8c7ec45e73c39c23cf8e0
SHA-1: a9e162de3b413634e2df881383a9db3d4498007f
SHA-256: 2a14e377e639f8e6bffa4747bd195fdfdb0bb45c4357b49af6b590e77807b754

Release notes

Usage

First you need to install composer.

After that you can create the project:

composer create-project drustack/framework-standard-edition:^8.3.0 MYPROJECT --no-interaction

With composer require ... you can download new dependencies to your installation.

composer require drupal/devel:~1.0

The composer create-project command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.

Changelog

  • enable admin_toolbar, coffee and editor_advanced_link
Created by: hswong3i
Created on: 9 Jul 2017 at 02:53 UTC
Last updated: 3 Aug 2017 at 04:59 UTC

Other releases