Update talk permalink format

This commit is contained in:
Oliver Davies 2017-02-19 14:52:08 +00:00
parent 1059ba8e6a
commit b15dded5ac
23 changed files with 44 additions and 0 deletions

View file

@ -1,21 +0,0 @@
---
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: '<script async class="speakerdeck-embed" data-id="7a1358502526425a9cfd288f85fb32f3" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>'
url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
# joindin:
video:
embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/Yi_FPI3xHwc" frameborder="0" allowfullscreen></iframe>'
url: https://www.youtube.com/watch?v=Yi_FPI3xHwc
---
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.