https://github.com/lcatlett/decoupled-drupal-project
POC repo for decoupled drupal upstream template
https://github.com/lcatlett/decoupled-drupal-project
Last synced: 3 months ago
JSON representation
POC repo for decoupled drupal upstream template
- Host: GitHub
- URL: https://github.com/lcatlett/decoupled-drupal-project
- Owner: lcatlett
- Created: 2021-12-09T04:53:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-09T14:17:02.000Z (over 3 years ago)
- Last Synced: 2025-01-10T02:58:53.561Z (4 months ago)
- Language: PHP
- Size: 250 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Composer-enabled Decoupled Drupal Project
This is Pantheon's recommended starting point for creating new decoupled Drupal 9 backend sites. It builds on Pantheon's default Drupal 9 upstream to provide best practices, default configuration, and accellerator tools for using drupal 9 as a backend in decoupled archictures.
Unlike with earlier Pantheon upstreams, files such as Drupal Core that you are
unlikely to adjust while building sites are not in the main branch of the
repository. Instead, they are referenced as dependencies that are installed by
Composer.## Contributing
Contributions are welcome in the form of GitHub pull requests. However, the
`pantheon-upstreams/decoupled-drupal-project` repository is a mirror that does not
directly accept pull requests.Instead, to propose a change, please fork [pantheon-systems/decoupled-drupal-project](https://github.com/pantheon-systems/decoupled-drupal-project)
and submit a PR to that repository.