2018-05-09 22:24:08 +00:00
|
|
|
|
---
|
|
|
|
|
title: Modern Drupal Development with Composer
|
2020-03-08 17:52:59 +00:00
|
|
|
|
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:
|
2020-03-08 17:52:59 +00:00
|
|
|
|
id: 7a1358502526425a9cfd288f85fb32f3
|
|
|
|
|
ratio: '1.37081659973226'
|
|
|
|
|
url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
|
2019-06-12 20:36:55 +00:00
|
|
|
|
video:
|
2020-03-08 17:52:59 +00:00
|
|
|
|
type: youtube
|
|
|
|
|
id: Yi_FPI3xHwc
|
2018-05-09 22:24:08 +00:00
|
|
|
|
events:
|
2020-03-08 17:52:59 +00:00
|
|
|
|
- event: phpsw
|
|
|
|
|
date: 2016-11-09
|
2018-05-09 22:24:08 +00:00
|
|
|
|
---
|
|
|
|
|
|
2020-03-08 17:52:59 +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
|
|
|
|
|
2020-03-08 17:52:59 +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, I’ll show how to build a Drupal application using
|
|
|
|
|
Composer for dependency management.
|