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/modern-drupal-development-with-composer.md

28 lines
869 B
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
title: Modern Drupal Development with Composer
description:
A lightning talk on how to use Composer to manage your Drupal projects.
2018-05-09 22:24:08 +00:00
type: Lightning talk
tags: ['meetups', 'phpsw', 'drupal', 'composer']
2018-05-09 23:17:07 +00:00
speakerdeck:
id: 7a1358502526425a9cfd288f85fb32f3
ratio: '1.37081659973226'
url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
video:
type: youtube
id: Yi_FPI3xHwc
2018-05-09 22:24:08 +00:00
events:
- event: phpsw
date: 2016-11-09
2018-05-09 22:24:08 +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.
2018-05-09 22:24:08 +00:00
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.