Oliver Davies
f33e9beaa4
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.
1.2 KiB
1.2 KiB
title | description | speakerdeck | image | events | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Drupal VM, Meet Symfony Console | How to develop command line applications using Symfony Console, using the Drupal VM CLI as an example. |
|
drupal-vm-meet-symfony-console.png |
|
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.
After an introduction to Drupal VM itself and the Drupal VM Generator, we’ll 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.