Download the PHP package drunomics/drupal-project without Composer
On this page you can find all versions of the php package drunomics/drupal-project. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download drunomics/drupal-project
More information about drunomics/drupal-project
Files in drunomics/drupal-project
Package drupal-project
Short Description Project template for drunomics Drupal projects
License GPL-2.0-or-later
Informations about the package drupal-project
Composer template for drunomics Drupal projects
Builds upon https://github.com/drupal-composer/drupal-project.
Version compatibility
Git branch/tag: | Drupal core: |
---|---|
5.x | Drupal 8 |
6.x | Drupal 9+ |
Usage
First you need to install composer.
Note: The instructions below refer to the global composer installation. You might need to replace
composer
withphp composer.phar
(or similar) for your setup.
After that you can create the project:
With composer require ...
you can download new dependencies to your
installation.
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.
Documentation overview
The template builds upon drupal-composer/drupal-project. Please follow the README of https://github.com/drupal-composer/drupal-project for general documentation.
Optional features
Some optional features can be enabled by setting some environment variables when creating the project. To set a variable, you can set the variable when invoking composer; e.g.:
VARIABLE=1 composer create-project drunomics/drupal-project PROJECT
The following variables are supported:
Variable | Description | Default | Possible values |
---|---|---|---|
PROJECT_ADD_DEVSETUP_DOCKER | Whether the docker-devsetup should be added. | 1 | "1" or "0" |
PROJECT_ADD_DEVSETUP_DRUNOMICS | Whether the drunomics devsetup extensions should be added. | unset | "1" or unset |
Default variables
Environment variables that can be configured project-wide are managed in
.defaults.env
. Refer to the prepared variables in the file for environment
variables tha are already supported in the template.
All versions of drupal-project with dependencies
drupal/core-composer-scaffold Version ^10
drupal/core-recommended Version ^10
drush/drush Version *
oomphinc/composer-installers-extender Version ^2.0.1
symfony/dotenv Version ^5.4.22