Refactor talks to be a lot simpler

This commit is contained in:
Oliver Davies 2018-02-13 08:45:57 +00:00
parent 42fd848581
commit 607f56e8c7
75 changed files with 390 additions and 980 deletions

View file

@ -0,0 +1,14 @@
---
title: Drupal VM, Meet Symfony Console
summary: |
_TL;DR - Come and learn about Symfony Console, with examples from a real-world project._
The Drupal VM Generator is a CLI application, built on Symfony Console, that generates configuration files for Drupal VM based on personal settings and user interaction.
speakerdeck:
id: 56c79770f73f4e47a542a30243437c49
ratio: 1.37081659973226
image: drupal-vm-meet-symfony-console.png
---
After an introduction to Drupal VM itself and the Drupal VM Generator, well jump into the code and see how Symfony Console applications are structured, how to write new commands, and how to integrate additional libraries like Guzzle, Twig and other Symfony components - whilst referencing code from the Drupal VM Generator project.
Presented at [DrupalCamp Bristol 2016](https://2016.drupalcampbristol.co.uk).