Skip to content
Snippets Groups Projects
Forked from project / varbase
580 commits behind the upstream repository.
Rajab Natshah's avatar
Issue #3119879: Varbase 8.8.4: Update [CHANGELOG.md, README.md,...
Rajab Natshah authored
Issue #3119879: Varbase 8.8.4: Update [CHANGELOG.md, README.md, drupal-org.make] files and filter the code for Drupal 8 Coding Standard
3c3102f7
History

Build Status Varbase 8.8.4

Varbase: The Ultimate Drupal 8 CMS Starter Kit (Bootstrap Ready)

The powerful Drupal distribution for faster development, with editor experience in mind. Brought to you by Vardot.

Varbase is an enhanced Drupal distribution with a lot of necessities. Necessities are all the modules, features, configurations that we include in every project.

It's made with the following benefits in mind:

  • Speeds up development.
  • Offers standardized configuration and best-practices.
  • Comes with a lot of needed functionalities/modules for every-day Drupal site.
  • Tested, tested, and tested.

Starting a new project? Consider Varbase for Drupal 8. Installing Varbase 8.x-8.x comes with several extra automated installation steps, to take full advantage of Varbase, other than the Drupal 8 installation instructions.

Install with Composer

To install the most recent stable release of Varbase 8.8.x run this command:

composer create-project vardot/varbase-project:^8.8.4 PROJECT_DIR_NAME --no-dev --no-interaction

To install the dev version of Varbase 8.8.x run this command:

composer create-project vardot/varbase-project:8.8.x-dev PROJECT_DIR_NAME --stability dev --no-interaction

Create a new Vartheme sub theme for a project

Automated Functional Testing

Varbase Gherkin features

Varbase 8.8.x Developer Guide

CHANGELOG for Varbase

General instructions on how to update Varbase