georgetour / drupal-project
Project template for Drupal 8 projects with composer
Installs: 39
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.7
- drupal/admin_toolbar: 1.23
- drupal/core-composer-scaffold: ^8.8.0
- drupal/core-project-message: ^8.8.0
- drupal/core-recommended: ^8.8.0
- drupal/ctools: ^3.0
- drupal/devel: 1.x.dev
- drupal/google_analytics: ^3.0
- drupal/menu_trail_by_path: ^1.1
- drupal/metatag: ^1.0
- drupal/pathauto: ^1.6
- drupal/token: ^1.1
- drupal/webform: ^6.0
- drush/drush: ^10.0.0
- oomphinc/composer-installers-extender: ^2.0
- webflo/drupal-finder: ^1.0.0
- wikimedia/composer-merge-plugin: ^2.0
Requires (Dev)
- drupal/core-dev: ^8.8.0
Conflicts
This package is not auto-updated.
Last update: 2025-04-04 00:06:03 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
withphp 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.