georgetour/drupal-project

Project template for Drupal 8 projects with composer

dev-master 2022-11-03 13:19 UTC

This package is not auto-updated.

Last update: 2024-04-18 19:41:36 UTC


README

It will have most common modules used in many projects like google_analytics, paragraphs etc.

Usage

First you need to install composer.

Note: The instructions below refer to the global composer installation. You might need to replace composer with php composer.phar (or similar) for your setup.

After that you can create the project:

composer create-project georgetour/drupal-project some-dir --stability dev --no-interaction

With composer require ... you can download new dependencies to your installation.

cd some-dir
composer require drupal/devel:~1.0

The composer create-project command passes ownership of all files to the project that is created. You should create a new git repository, and commit all files not excluded by the .gitignore file.