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.
- 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-6.x comes with several extra automated installation steps, to take full advantage of Varbase, other than the Drupal 8 installation instructions.
To install the most recent stable release of Varbase 8.6.x run this command:
composer create-project Vardot/varbase-project:^8.6.4 PROJECT_DIR_NAME --no-dev --no-interaction
To install the dev version of Varbase 8.6.x run this command:
composer create-project vardot/varbase-project:8.6.x-dev PROJECT_DIR_NAME --stability dev --no-interaction