oliverdavies.uk/source/_talks/2016-11-09-drupal-development-with-composer.md

19 lines
657 B
Markdown
Raw Normal View History

2016-10-27 06:10:10 +00:00
---
title: Modern Drupal Development with Composer
type: Lightning talk
event:
name: PHPSW
website: http://phpsw.uk
location: Bristol, UK
tags: ['meetups', 'phpsw', 'drupal', 'composer']
# slides:
# embed:
# url:
# joindin:
---
2016-11-09 00:51:57 +00:00
Building a Drupal application? You no longer need to download archives to add new modules or update core, or deal with Drupal specific tools to manage your codebase.
With Drupal "getting off the island" there has been an increase in the adoption of common PHP tools within the Drupal ecosystem.
In this lightning talk, Ill show how to build a Drupal application using Composer for dependency management.