bartlettinteractive / drupal
This package is abandoned and no longer maintained.
The author suggests using the bartlettinteractive/drupal-project package instead.
Template for starting a Drupal 8 project with composer.
1.2.0
2020-05-21 20:32 UTC
Requires
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.6
- drupal-composer/drupal-scaffold: ^2.6
- drupal/admin_toolbar: ^2.2
- drupal/adminimal_admin_toolbar: ^1.11
- drupal/adminimal_theme: ^1.5
- drupal/backup_migrate: ^4.0
- drupal/config_ignore: ^2.1
- drupal/config_split: ^1.4
- drupal/console: ^1.9
- drupal/core: ^8.8
- drupal/metatag: ^1.13
- drupal/pathauto: ^1.8
- drupal/responsive_menu: ^4.1
- drush/drush: ^10.2
- zaporylie/composer-drupal-optimizations: ^1.1
Requires (Dev)
- drupal/devel: ^2.1
- drupal/stage_file_proxy: ^1.0
Conflicts
README
This project provides a template for starting a Drupal 8 project with composer.
Usage
Run the following command from the directory you would like the project in.
composer create-project bartlettinteractive/drupal . --stability dev --no-interaction
Installing modules
Install Drupal modules with composer
composer require drupal/MODULE
Updating Drupal core
Run composer update drupal/core --with-dependencies