https://github.com/universityofadelaide/shepherd-drupal-project
Project template for Shepherd Drupal 8 projects with composer.
https://github.com/universityofadelaide/shepherd-drupal-project
composer drupal
Last synced: 7 months ago
JSON representation
Project template for Shepherd Drupal 8 projects with composer.
- Host: GitHub
- URL: https://github.com/universityofadelaide/shepherd-drupal-project
- Owner: universityofadelaide
- License: gpl-2.0
- Created: 2017-02-28T01:23:24.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T16:26:26.000Z (almost 3 years ago)
- Last Synced: 2025-08-31T16:58:23.641Z (7 months ago)
- Topics: composer, drupal
- Language: PHP
- Size: 36.1 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Composer template for Shepherd Drupal projects
This project template should provide a kickstart for managing your site
dependencies with [Composer](https://getcomposer.org/).
This repository is a fork of [drupal-project](https://github.com/drupal-composer/drupal-project).
## Usage
First you need to [install composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx).
> Note: The instructions below refer to the [global composer installation](https://getcomposer.org/doc/00-intro.md#globally).
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 universityofadelaide/shepherd-drupal-project my-project --stability dev --no-interaction
```