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 11.
Installing Varbase 11.0.x comes with several extra automated installation
steps, to take full advantage of Varbase, other than the Drupal 11 installation
instructions.
To install the most recent release of Varbase 11.0.x run this command:
composer create-project drupal/varbase_project:~11.0.0 PROJECT_DIR_NAME --no-dev --no-interaction
To install the dev version of Varbase 11.0.x run this command:
composer create-project drupal/varbase_project:11.0.x-dev PROJECT_DIR_NAME --stability dev --no-interaction
- Install DDEV locally, steps for installing can be found here.
- Run
ddev start. - Install Varbase:
ddev install-varbase fullorddev install-varbase minimal.
| Command | Description |
|---|---|
ddev install-varbase minimal|full |
Install Varbase from scratch with Drupal recipes |
ddev init-full-automated-testing |
Install (if needed) + recipes + test users + site prep |
ddev init-minimal-automated-testing |
Test users + site prep on an already installed site |
ddev add-testing-users |
Add testing user accounts |
ddev delete-testing-users |
Remove testing user accounts |
Join Our Slack Team for Feedback and Support http://slack.varbase.vardot.com/
Sponsored and developed by Vardot.
