This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/source/_talks/2016-11-09-drupal-development-with-composer-phpsw.md

18 lines
1.1 KiB
Markdown
Raw Normal View History

2016-10-27 06:10:10 +00:00
---
title: Modern Drupal Development with Composer
type: Lightning talk
2017-02-19 21:14:22 +00:00
location: PHPSW
2016-10-27 06:10:10 +00:00
tags: ['meetups', 'phpsw', 'drupal', 'composer']
2017-02-19 23:37:51 +00:00
slides: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
slides_embed: '<script async class="speakerdeck-embed" data-id="7a1358502526425a9cfd288f85fb32f3" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script>'
video: https://www.youtube.com/watch?v=Yi_FPI3xHwc
video_embed: '<iframe width="560" height="315" src="https://www.youtube.com/embed/Yi_FPI3xHwc" frameborder="0" allowfullscreen></iframe>'
2017-02-19 23:05:39 +00:00
logo: assets/images/talks/logos/phpsw.png
logo_link: http://phpsw.uk/talks/modern-drupal-development-with-composer
2016-10-27 06:10:10 +00:00
---
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.