Download the PHP package xenomedia/xeno-base without Composer
On this page you can find all versions of the php package xenomedia/xeno-base. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xenomedia/xeno-base
More information about xenomedia/xeno-base
Files in xenomedia/xeno-base
Package xeno-base
Short Description Install drops-8 with Composer on Pantheon.
License MIT
Informations about the package xeno-base
Xeno Base
This repository is a fork of example-drops-8-composer.
This repository is a start state for a Composer-based Drupal workflow with Pantheon at Xeno Media.
Installation
Start off by creating a new Drupal 8 site; then, before installing Drupal, set your site to git mode and do the following from your local machine:
- The
--team
flag is optional and refers to a Pantheon organization. Pantheon organizations are often web development agencies or Universities. Setting this parameter causes the newly created site to go within the given organization. Run the Terminus commandterminus org:list
to see the organizations you are a member of. There might not be any.
Important files and directories
/web
Pantheon will serve the site from the /web
subdirectory due to the configuration in pantheon.yml
, facilitating a Composer based workflow. Having your website in this subdirectory also allows for tests, scripts, and other files related to your project to be stored in your repo without polluting your web document root.
/config
One of the directories moved to the git root is /config
. This directory holds Drupal's .yml
configuration files. In more traditional repo structure these files would live at /sites/default/config/
. Thanks to this line in settings.php
, the config is moved entirely outside of the web root.
composer.json
If you are just browsing this repository on GitHub, you may notice that the files of Drupal core itself are not included in this repo. That is because Drupal core and contrib modules are installed via Composer and ignored in the .gitignore
file. Specific contrib modules are added to the project via composer.json
and composer.lock
keeps track of the exact version of each modules (or other dependency). Modules, and themes are placed in the correct directories thanks to the "installer-paths"
section of composer.json
. composer.json
also includes instructions for drupal-scaffold
which takes care of placing some individual files in the correct places like settings.pantheon.php
.
Behat tests
So that CircleCI will have some test to run, this repository includes a configuration of Behat tests. You can add your own .feature
files within /tests/features/
.
Updating your site
All versions of xeno-base with dependencies
cweagans/composer-patches Version ^1.0
drupal-composer/drupal-scaffold Version ^2.0.1
drupal/admin_toolbar Version ^1.25
drupal/bootstrap_paragraphs Version *
drupal/breakpoint Version *
drupal/config_direct_save Version ^1.0
drupal/config_installer Version ^1.0
drupal/config_split Version ^1.4
drupal/config_suite Version *
drupal/console Version ^1
drupal/core Version ^8
drupal/draggableviews Version ^1.2
drupal/field_group Version ^1.0
drupal/focal_point Version *
drupal/google_analytics Version *
drupal/paragraphs Version *
drupal/pathauto Version *
drupal/recaptcha Version *
drupal/simple_block Version ^1.0@beta
drupal/webform Version *
drupal/xmlsitemap Version *
drush-ops/behat-drush-endpoint Version ^0.0.5
drush/drush Version ~8
oomphinc/composer-installers-extender Version ^1.1
rvtraveller/qs-composer-installer Version ^1.1
webflo/drupal-core-strict Version ^8