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/goodbye-drush-make-hello-composer.md

25 lines
1.1 KiB
Markdown
Raw Normal View History

2018-05-09 22:24:08 +00:00
---
title: Goodbye Drush Make. Hello Composer!
tags: ['meetup', 'drupal', 'composer']
2018-05-09 23:17:07 +00:00
speakerdeck:
2018-09-03 19:08:17 +00:00
id: 1c1e0e129ab34816bd4c4edb5f6642c2
2018-05-09 23:17:07 +00:00
ratio: '1.37081659973226'
2018-09-03 19:08:17 +00:00
url: https://speakerdeck.com/opdavies/goodbye-drush-make-hello-composer
2018-05-09 23:17:07 +00:00
youtube:
id: ZL2FtRTX9Y8
2018-05-09 22:24:08 +00:00
events:
2018-06-20 23:13:20 +00:00
- event: drupal_bristol
2019-02-13 01:10:14 +00:00
date: 2016-11-17
2018-06-20 23:13:20 +00:00
- event: php_uk_18
2019-02-13 01:10:14 +00:00
date: 2018-02-16
2018-05-09 23:17:07 +00:00
time: '14:40 - 15:40'
2018-05-10 06:07:59 +00:00
joindin: https://joind.in/talk/650ab
2018-05-09 22:24:08 +00:00
---
One of the main outcomes of Drupal 8 was “getting off the island” with third-party code included in core and adopting modern best practices from the wider PHP ecosystem - including [Composer][1], PHPs dependency manager.
Included to manage cores dependencies, it has also gained traction in the contrib space with the creation of the Drupal Composer project, and the Drupal Packagist and now native endpoints on Drupal.org exposing contrib project metadata.
In this session, I'll show how to fully manage a Drupal 7 or Drupal 8 website including contributed modules and themes and external libraries with Composer.
[1]: https://getcomposer.org