1.3 KiB
1.3 KiB
title | location | logo | logo_link | tags | slides | slides_embed | image | ||||
---|---|---|---|---|---|---|---|---|---|---|---|
Drupal VM, Meet Symfony Console | DrupalCamp Bristol 2016 | assets/images/talks/logos/drupalcamp-bristol-2016.png | https://www.drupalcampbristol.co.uk |
|
https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console | <script async class="speakerdeck-embed" data-id="56c79770f73f4e47a542a30243437c49" data-ratio="1.37081659973226" src="//speakerdeck.com/assets/embed.js"></script> | 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.