oliverdavies.uk/source/_talks/modern-drupal-development-with-composer.md
Oliver Davies f33e9beaa4 Consistent ordering and formatting for talk events
Use a consistent format for talk events, with the most recent talk at
the top of the list with the rest in a descending order.

This removes the need to use a `reverse` filter in the events partial.
2024-01-15 19:41:05 +00:00

26 lines
931 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
title: Modern Drupal Development with Composer
description: A lightning talk on how to use Composer to manage your Drupal projects.
type: Lightning talk
tags: ["meetups", "phpsw", "drupal", "composer"]
speakerdeck:
id: 7a1358502526425a9cfd288f85fb32f3
ratio: "1.37081659973226"
url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
video:
type: youtube
id: Yi_FPI3xHwc
events:
-
name: PHP South West
location: Bristol, UK
url: https://phpsw.uk
date: 2016-11-09
---
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.