bluehorndigital / drupal-civicrm-project
Project template for Drupal CiviCRM projects
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 3
Type:project
Requires
- civicrm/civicrm-asset-plugin: ~1.1
- civicrm/civicrm-core: ~5.29
- civicrm/civicrm-drupal-8: ~5.29
- civicrm/civicrm-packages: ~5.29
- composer/installers: ^1.9
- cweagans/composer-patches: ^1.7
- drupal/admin_toolbar: ^2.4
- drupal/civicrm_entity: dev-8.x-3.x
- drupal/core-composer-scaffold: ^9.2
- drupal/core-project-message: ^9.2
- drupal/core-recommended: ^9.2
- drupal/fullcalendar_view: ^5.0
- drupal/token: ^1.7
- drupal/webform_civicrm: ^5.0@beta
- drush/drush: ^10.3
- vlucas/phpdotenv: ^5.2
Requires (Dev)
- drupal/core-dev: ^9.2
Conflicts
This package is auto-updated.
Last update: 2024-11-03 07:18:09 UTC
README
This is a Composer template for setting up a Drupal and CiviCRM project.
Use this template
You can create new Drupal + CiviCRM projects with the template:
composer create-project bluehorndigital/drupal-civicrm-project mysite
cd mysite
ddev start
Local development
Looking to develop locally and contribute to CiviCRM Drupal modules? Check out these sections!
Running tests
You can run the tests inside of DDEV
cp .ddev/example.docker-compose.testing.yaml .ddev/docker-compose.testing.yaml
ddev start
ddev phpunit web/modules/custom