Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ Drupal is a flexible and extensible PHP-based CMS framework.

Run through the Drupal installer as normal. You will not be asked for database credentials as those are already provided.

## Create a new project locally with Composer

This Composer command will create a new Drupal 9 project locally from this template with the customizations you need to deploy your project to Platform.sh.

```
composer create-project platformsh/drupal-recommended-project
```

## Customizations

The following changes have been made relative to Drupal 9 "Recommended" project as it is downloaded from Drupal.org or Packagist. If using this project as a reference for your own existing project, replicate the changes below to your project.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "drupal/recommended-project",
"description": "Project template for Drupal 9 projects with a relocated document root",
"name": "platformsh/drupal-recommended-project",
"description": "This template builds Drupal 9 for Platform.sh based the \"Drupal Recommended\" Composer project.",
"type": "project",
"license": "GPL-2.0-or-later",
"homepage": "https://www.drupal.org/project/drupal",
Expand Down