Skip to content

Instantly share code, notes, and snippets.

@balintsera
Created November 11, 2015 17:21
Show Gist options
  • Save balintsera/eba847aeb3e668e0a5ba to your computer and use it in GitHub Desktop.
Save balintsera/eba847aeb3e668e0a5ba to your computer and use it in GitHub Desktop.
Use a service via the container
<?php
$templating = $container->get('twig.templating');
$page = $templating->render('index.twig.html', ['hell' => 'Yeah!']);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment