Download the PHP package vardot/platformsh-example-varbase without Composer
On this page you can find all versions of the php package vardot/platformsh-example-varbase. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vardot/platformsh-example-varbase
More information about vardot/platformsh-example-varbase
Files in vardot/platformsh-example-varbase
Package platformsh-example-varbase
Short Description Project template for Varbase distribution.
License GPL-2.0-or-later
Informations about the package platformsh-example-varbase
Varbase Project Template for Platform.sh
This project provides a starter kit for Varbase 8.8.x projects hosted on Platform.sh. It is very closely based on the Varbase Composer project.
This template builds Drupal 8 using the "Drupal Recommended" Composer project. It also includes configuration to use Redis for caching, although that must be enabled post-install in .platform.app.yaml
.
Drupal is a flexible and extensible PHP-based CMS framework.
Services
- PHP 7.3
- MariaDB 10.4
- Redis 6
Post-install
-
Run through the Drupal installer as normal. You will not be asked for database credentials as those are already provided.
- Once Drupal is fully installed, edit your
.platform.app.yaml
file and uncomment the line under therelationships
block that readsredis: 'rediscache:redis'
. Commit and push the changes. That will enable Drupal's Redis cache integration. (The Redis cache integration cannot be active during the installer.)
Customizations
The following changes have been made relative to Drupal 8 "Recommended" project as it is downloaded from Drupal.org or Packagist. If using this project as a reference for your own existing project, replicate the changes below to your project.
- The
.platform.app.yaml
,.platform/services.yaml
, and.platform/routes.yaml
files have been added. These provide Platform.sh-specific configuration and are present in all projects on Platform.sh. You may customize them as you see fit. - An additional Composer library,
platformsh/config-reader
, has been added. It provides convenience wrappers for accessing the Platform.sh environment variables. - Drush and Drupal Console have been pre-included in
composer.json
. You are free to remove one or both if you do not wish to use them. (Note that the default cron and deploy hooks make use of Drush commands, however.) The Drupal Redis module also comes pre-installed but not enabled by default. - The
settings.platformsh.php
file contains Platform.sh-specific code to map environment variables into Drupal configuration. You can add to it as needed. See the documentation for more examples of common snippets to include here. It uses the Config Reader library. - The
settings.php
file has been heavily customized to only define those values needed for both Platform.sh and local development. It calls out tosettings.platformsh.php
if available. You can add additional values as documented indefault.settings.php
as desired. It is also setup such that when you install Drupal on Platform.sh the installer will not ask for database credentials as they will already be defined.
References
All versions of platformsh-example-varbase with dependencies
oomphinc/composer-installers-extender Version ~1.0
cweagans/composer-patches Version ~1.0
drupal/core-composer-scaffold Version ^8.8.0
drupal/core-project-message Version ^8.8.0
drupal/drupal-library-installer-plugin Version ^0.3
webflo/drupal-finder Version ~1.0
drupal/redis Version ^1.2
drupal/console Version ^1.9
drush/drush Version ^10.1
platformsh/config-reader Version ^2.3
webmozart/path-util Version ~2.0
vardot/varbase Version ~8.8.0
vardot/varbase-updater Version ~1.0