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/drupal-vm-meet-symfony-console.md
Oliver Davies 85a10c545b Run prettier on all *.md files
```
prettier '{app,source}/**/**.md' --write
```
2020-03-08 17:57:45 +00:00

1.2 KiB
Raw Blame History

title description tags 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.
conference
php
drupal-vm
symfony
id ratio url
56c79770f73f4e47a542a30243437c49 1.37081659973226 https://speakerdeck.com/opdavies/drupal-vm-meet-symfony-console
drupal-vm-meet-symfony-console.png
event date
drupalcamp_bristol_16 2016-07-23

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, 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.