ahillio / civibase
CiviCRM on Varbase
Fund package maintenance!
www.vardot.com
Installs: 1
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 48
Language:JavaScript
Type:drupal-profile
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
- 9.0.x-dev
- 9.0.0-alpha1
- dev-8.x-8.x / 8.8.x-dev
- 8.8.7
- 8.8.6
- 8.8.5
- 8.8.4
- 8.8.3
- 8.8.2
- 8.8.1
- 8.8.0
- dev-8.x-7.x / 8.7.x-dev
- 8.7.5
- 8.7.4
- 8.7.3
- 8.7.2
- 8.7.1
- 8.7.0
- dev-8.x-6.x / 8.6.x-dev
- 8.6.13
- 8.6.12
- 8.6.11
- 8.6.10
- 8.6.9
- 8.6.8
- 8.6.7
- 8.6.6
- 8.6.5
- 8.6.4
- 8.6.3
- 8.6.2
- 8.6.1
- 8.6.0
- dev-8.x-5.x / 8.5.x-dev
- 8.5.5
- 8.5.4
- 8.5.3
- 8.5.2
- 8.5.1
- 8.5.0
- 8.5.0-alpha5
- 8.5.0-alpha4
- 8.5.0-alpha3
- 8.5.0-alpha2
- 8.5.0-alpha1
- dev-8.x-4.x / 8.4.x-dev
- 8.4.28
- 8.4.27
- 8.4.26
- 8.4.25
- 8.4.24
- 8.4.23
- 8.4.22
- 8.4.21
- 8.4.20
- 8.4.19
- 8.4.18
- 8.4.17
- 8.4.16
- 8.4.15
- 8.4.14
- 8.4.13
- 8.4.12
- 8.4.11
- 8.4.10
- 8.4.09
- 8.4.08
- 8.4.07
- 8.4.06
- 8.4.05
- 8.4.04
- 8.4.03
- 8.4.02
- 8.4.01
- 8.4.0
- 8.4.0-rc1
- 8.4.0-beta17
- 8.4.0-beta16
- 8.4.0-beta15
This package is not auto-updated.
Last update: 2025-03-10 23:26:18 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