ahillio / civibase
CiviCRM on Varbase
Package info
Language:JavaScript
Type:drupal-profile
pkg:composer/ahillio/civibase
Fund package maintenance!
Requires
- bower-asset/c3: 0.4.*
- bower-asset/chartjs: 2.7.*
- bower-asset/d3: 3.5.*
- bower-asset/jqueryui-touch-punch: *
- bower-asset/objectfitpolyfill: ~2.0
- composer/installers: ~1.0
- cweagans/composer-patches: ~1.0
- drupal/core: ^9 || ~10.0.0
- drupal/core-composer-scaffold: ^9
- drupal/drupal-library-installer-plugin: ^0.3
- drupal/varbase_api: ~9.0
- drupal/varbase_auth: ~9.0
- drupal/varbase_blog: ~9.0
- drupal/varbase_bootstrap_paragraphs: ~9.0
- drupal/varbase_carousels: ~9.0
- drupal/varbase_core: ~9.0
- drupal/varbase_editor: ~9.0
- drupal/varbase_email: ~9.0
- drupal/varbase_heroslider_media: ~9.0
- drupal/varbase_landing: ~9.0
- drupal/varbase_layout_builder: ~9.0
- drupal/varbase_media: ~9.0
- drupal/varbase_search: ~9.0
- drupal/varbase_seo: ~9.0
- drupal/varbase_styleguide: ~9.0
- drupal/varbase_total_control: ~9.0
- drupal/varbase_workflow: ~2.0
- drupal/vartheme_bs4: ~6.0
- drupal/vartheme_claro: ~2.1
- npm-asset/ace-builds: ~1.0
- npm-asset/blazy: ~1.0
- npm-asset/dropzone: ~4.0
- npm-asset/imagesloaded: ~4.0
- npm-asset/masonry-layout: ~4.0
- npm-asset/slick-carousel: ~1.0
- oomphinc/composer-installers-extender: ~1.0
- swagger-api/swagger-ui: ~3.0
Requires (Dev)
- drupal/console: ~1.0
- drupal/core-dev: ~9.0
- drupal/drupal-extension: ~4.0
- drush/drush: ~10.0
- emuse/behat-html-formatter: ^0.2.0
- phing/phing: ~2.0
This package is not auto-updated.
Last update: 2026-06-02 04:58:22 UTC
README
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.7 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