monkfish-fr/monkfish_project

Drupal 8 project template for composer based installer for Monkfish distribution.

v2.4 2018-03-13 12:59 UTC

This package is not auto-updated.

Last update: 2024-04-14 01:57:33 UTC


README

This is a composer based installer for the Monkfish Starter Kit distribution.

Prerequisites

You may install Composer by following the official instructions. For usage, see the documentation.

Installation of Monkfish distribution

composer create-project Monkfish-FR/monkfish_project MY_PROJECT --no-interaction

Composer will create a new directory called MY_PROJECT where you will find the web directory with the entire code base of Monkfish Starter Kit.

Then, install this distribution like any other Drupal site.

Credits

The installer is based on drupal-composer/drupal-project.