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

21 lines
864 B
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
title: Modern Drupal Development with Composer
2019-03-04 00:05:04 +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:
id: 7a1358502526425a9cfd288f85fb32f3
ratio: '1.37081659973226'
2018-05-09 22:24:08 +00:00
url: https://speakerdeck.com/opdavies/modern-drupal-development-with-composer
2018-05-09 23:17:07 +00:00
youtube:
id: Yi_FPI3xHwc
2018-05-09 22:24:08 +00:00
events:
2018-05-09 23:17:07 +00:00
- event: phpsw
2019-02-13 01:10:14 +00:00
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.
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.