Download the PHP package xenomedia/hebe-lite without Composer
On this page you can find all versions of the php package xenomedia/hebe-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download xenomedia/hebe-lite
More information about xenomedia/hebe-lite
Files in xenomedia/hebe-lite
Package hebe-lite
Short Description Install drops-8 with Composer on Pantheon.
License MIT
Informations about the package hebe-lite
Hebe Lite
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 Xenod 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 hebe-lite with dependencies
composer/installers Version ^1.9
cweagans/composer-patches Version ^1.7
drupal/core-composer-scaffold Version ^9.1
drupal/core-recommended Version ^9.1
drush/drush Version ^10.3
vlucas/phpdotenv Version ^5.1
webflo/drupal-finder Version ^1.2